ChatEventInvitesToggled constructor

ChatEventInvitesToggled({
  1. String? extra,
  2. int? client_id,
  3. Bool? can_invite_users,
})

Implementation

ChatEventInvitesToggled({
  super.extra,
  super.client_id,
  this.can_invite_users,
});