Supergroup constructor
Supergroup({
- String? extra,
- int? client_id,
- int53? id,
- Usernames? usernames,
- int32? date,
- ChatMemberStatus? status,
- int32? member_count,
- Bool? has_linked_chat,
- Bool? has_location,
- Bool? sign_messages,
- Bool? join_to_send_messages,
- Bool? join_by_request,
- Bool? is_slow_mode_enabled,
- Bool? is_channel,
- Bool? is_broadcast_group,
- Bool? is_forum,
- Bool? is_verified,
- string? restriction_reason,
- Bool? is_scam,
- Bool? is_fake,
Implementation
Supergroup({
super.extra,
super.client_id,
this.id,
this.usernames,
this.date,
this.status,
this.member_count,
this.has_linked_chat,
this.has_location,
this.sign_messages,
this.join_to_send_messages,
this.join_by_request,
this.is_slow_mode_enabled,
this.is_channel,
this.is_broadcast_group,
this.is_forum,
this.is_verified,
this.restriction_reason,
this.is_scam,
this.is_fake,
});