Skip to content

Commit

Permalink
feat: MessagesChatPermissions add ChangeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 11, 2022
1 parent 6bde289 commit c57525c
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 @@ -570,6 +570,7 @@ type MessagesChatPermissions struct {
SeeInviteLink MessagesChatPermission `json:"see_invite_link"`
Call MessagesChatPermission `json:"call"`
ChangeAdmins MessagesChatPermission `json:"change_admins"`
ChangeStyle MessagesChatPermission `json:"change_style"`
}

// MessagesConversationPeer struct.
Expand Down

0 comments on commit c57525c

Please sign in to comment.