ChatEventInvitesToggled constructor

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

ChatEventInvitesToggled (chatEventInvitesToggled) - child of ChatEventAction

The can_invite_users permission of a supergroup chat was toggled.

Implementation

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