SupergroupFullInfo constructor

SupergroupFullInfo({
  1. String? extra,
  2. int? client_id,
  3. ChatPhoto? photo,
  4. string? description,
  5. int32? member_count,
  6. int32? administrator_count,
  7. int32? restricted_count,
  8. int32? banned_count,
  9. int53? linked_chat_id,
  10. int32? slow_mode_delay,
  11. double? slow_mode_delay_expires_in,
  12. Bool? can_get_members,
  13. Bool? has_hidden_members,
  14. Bool? can_hide_members,
  15. Bool? can_set_username,
  16. Bool? can_set_sticker_set,
  17. Bool? can_set_location,
  18. Bool? can_get_statistics,
  19. Bool? can_toggle_aggressive_anti_spam,
  20. Bool? is_all_history_available,
  21. Bool? has_aggressive_anti_spam_enabled,
  22. int64? sticker_set_id,
  23. ChatLocation? location,
  24. ChatInviteLink? invite_link,
  25. vector<BotCommands>? bot_commands,
  26. int53? upgraded_from_basic_group_id,
  27. 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,
});