ChatEventInvitesToggled constructor
const
ChatEventInvitesToggled({
- required bool canInviteUsers,
The can_invite_users permission of a supergroup chat was toggled
Implementation
const ChatEventInvitesToggled({
required this.canInviteUsers,
});