Skip to content

Commit

Permalink
Add isReadOnly property to Conversation struct (#1232)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Campos <[email protected]>
  • Loading branch information
GGonryun and Miguel Campos authored Jul 15, 2024
1 parent f7cac82 commit bc70fad
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 bc70fad

Please sign in to comment.