ChatMemberAdministrator constructor
ChatMemberAdministrator({
- required String status,
- required User user,
- bool canBeEdited = false,
- 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,
- String? customTitle,
Implementation
ChatMemberAdministrator({
required this.status,
required this.user,
this.canBeEdited = false,
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,
this.customTitle,
});