ChatPermissions constructor
ChatPermissions({})
Basic constructor
Implementation
ChatPermissions({
this.canSendMessages,
this.canSendMediaMessages,
this.canSendPolls,
this.canSendOtherMessages,
this.canAddWebPagePreviews,
this.canChangeInfo,
this.canInviteUsers,
this.canPinMessages,
});