ChatAdministratorRights constructor
ChatAdministratorRights()
Basic constructor
Implementation
ChatAdministratorRights(
this.isAnonymous,
this.canManageChat,
this.canDeleteMessages,
this.canManageVideoChats,
this.canRestrictMembers,
this.canPromoteMembers,
this.canChangeInfo,
this.canInviteUsers,
this.canPostMessages,
this.canEditMessages,
this.canPinMessages,
);