diff --git a/conversation.go b/conversation.go index f1a61a93..a534fa3a 100644 --- a/conversation.go +++ b/conversation.go @@ -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"`