ChatEventInvitesToggled constructor

const ChatEventInvitesToggled({
  1. required bool canInviteUsers,
})

The can_invite_users permission of a supergroup chat was toggled

Implementation

const ChatEventInvitesToggled({
  required this.canInviteUsers,
});