ChatAdministratorRights constructor
ChatAdministratorRights({
- bool isAnonymous = false,
- bool canManageChat = false,
- bool canDeleteMessages = false,
- bool canManageVideoChats = false,
- bool canRestrictMembers = false,
- bool canPromoteMembers = false,
- bool canChangeInfo = false,
- bool canInviteUsers = false,
- bool? canPostMessages,
- bool? canEditMessages,
- bool? canPinMessages,
- bool? canManageTopics,
Implementation
ChatAdministratorRights({
this.isAnonymous = false,
this.canManageChat = false,
this.canDeleteMessages = false,
this.canManageVideoChats = false,
this.canRestrictMembers = false,
this.canPromoteMembers = false,
this.canChangeInfo = false,
this.canInviteUsers = false,
this.canPostMessages,
this.canEditMessages,
this.canPinMessages,
this.canManageTopics,
});