SupergroupFullInfo constructor

SupergroupFullInfo(
  1. {ChatPhoto? photo,
  2. required String description,
  3. required int member_count,
  4. required int administrator_count,
  5. required int restricted_count,
  6. required int banned_count,
  7. required int linked_chat_id,
  8. required int slow_mode_delay,
  9. required double slow_mode_delay_expires_in,
  10. required bool can_get_members,
  11. required bool has_hidden_members,
  12. required bool can_hide_members,
  13. required bool can_set_sticker_set,
  14. required bool can_set_location,
  15. required bool can_get_statistics,
  16. required bool can_toggle_aggressive_anti_spam,
  17. required bool is_all_history_available,
  18. required bool has_aggressive_anti_spam_enabled,
  19. required bool has_pinned_stories,
  20. required int64 sticker_set_id,
  21. ChatLocation? location,
  22. ChatInviteLink? invite_link,
  23. required List<BotCommands> bot_commands,
  24. required int upgraded_from_basic_group_id,
  25. required int upgraded_from_max_message_id,
  26. int? extra,
  27. int? clientId}
)

Contains full information about a supergroup or channel

Implementation

SupergroupFullInfo