ChatPermissions constructor
ChatPermissions({
- bool? canSendMessages,
- bool? canSendAudios,
- bool? canSendDocuments,
- bool? canSendPhotos,
- bool? canSendVideos,
- bool? canSendVideoNotes,
- bool? canSendVoiceNotes,
- bool? canSendPolls,
- bool? canSendOtherMessages,
- bool? canAddWebPagePreviews,
- bool? canChangeInfo,
- bool? canInviteUsers,
- bool? canPinMessages,
- bool? canManageTopics,
Implementation
ChatPermissions({
this.canSendMessages,
this.canSendAudios,
this.canSendDocuments,
this.canSendPhotos,
this.canSendVideos,
this.canSendVideoNotes,
this.canSendVoiceNotes,
this.canSendPolls,
this.canSendOtherMessages,
this.canAddWebPagePreviews,
this.canChangeInfo,
this.canInviteUsers,
this.canPinMessages,
this.canManageTopics,
});