Skip to content

Commit

Permalink
Add isReadOnly property to Conversation struct (slack-go#1232)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Campos <miguel@fullstory.com>
  • Loading branch information
2 people authored and gautamr95 committed Dec 13, 2024
1 parent 6f67fb4 commit 38468dd
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 @@ -25,6 +25,7 @@ type Conversation struct {
IsGlobalShared bool `json:"is_global_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 38468dd

Please sign in to comment.