Skip to content

Commit

Permalink
Add isReadOnly property to Conversation struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Campos committed Sep 28, 2023
1 parent 4c00dbd commit 4098302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conversation.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type Conversation struct {
IsOrgShared bool `json:"is_org_shared"`
IsPendingExtShared bool `json:"is_pending_ext_shared"`
IsPrivate bool `json:"is_private"`
IsReadOnly bool `json:"is_read_only"`
IsMpIM bool `json:"is_mpim"`
Unlinked int `json:"unlinked"`
NameNormalized string `json:"name_normalized"`
Expand Down

0 comments on commit 4098302

Please sign in to comment.