SupergroupFullInfo constructor
SupergroupFullInfo({
- String? extra,
- int? client_id,
- ChatPhoto? photo,
- string? description,
- int32? member_count,
- int32? administrator_count,
- int32? restricted_count,
- int32? banned_count,
- int53? linked_chat_id,
- int32? slow_mode_delay,
- double? slow_mode_delay_expires_in,
- Bool? can_get_members,
- Bool? can_hide_members,
- Bool? can_set_username,
- Bool? can_set_sticker_set,
- Bool? can_set_location,
- Bool? can_get_statistics,
- Bool? can_toggle_aggressive_anti_spam,
- Bool? is_all_history_available,
- Bool? has_aggressive_anti_spam_enabled,
- int64? sticker_set_id,
- ChatLocation? location,
- ChatInviteLink? invite_link,
- vector<
BotCommands> ? bot_commands, - int53? upgraded_from_basic_group_id,
- int53? upgraded_from_max_message_id,
Implementation
SupergroupFullInfo({
super.extra,
super.client_id,
this.photo,
this.description,
this.member_count,
this.administrator_count,
this.restricted_count,
this.banned_count,
this.linked_chat_id,
this.slow_mode_delay,
this.slow_mode_delay_expires_in,
this.can_get_members,
this.has_hidden_members,
this.can_hide_members,
this.can_set_username,
this.can_set_sticker_set,
this.can_set_location,
this.can_get_statistics,
this.can_toggle_aggressive_anti_spam,
this.is_all_history_available,
this.has_aggressive_anti_spam_enabled,
this.sticker_set_id,
this.location,
this.invite_link,
this.bot_commands,
this.upgraded_from_basic_group_id,
this.upgraded_from_max_message_id,
});