Skip to content

Commit

Permalink
feat: MessagesChatPreview add IsMember field
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent e972187 commit 6a2190c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ type MessagesChatPreview struct {
LocalID int `json:"local_id"`
Joined bool `json:"joined"`
ChatSettings MessagesConversationChatSettings `json:"chat_settings"`
IsMember BaseBoolInt `json:"is_member"`
}

// MessagesChatPushSettings struct.
Expand Down

0 comments on commit 6a2190c

Please sign in to comment.