BasicGroupFullInfo constructor

BasicGroupFullInfo({
  1. String? extra,
  2. int? client_id,
  3. ChatPhoto? photo,
  4. string? description,
  5. int53? creator_user_id,
  6. vector<ChatMember>? members,
  7. Bool? can_hide_members,
  8. Bool? can_toggle_aggressive_anti_spam,
  9. ChatInviteLink? invite_link,
  10. vector<BotCommands>? bot_commands,
})

Implementation

BasicGroupFullInfo({
  super.extra,
  super.client_id,
  this.photo,
  this.description,
  this.creator_user_id,
  this.members,
  this.can_hide_members,
  this.can_toggle_aggressive_anti_spam,
  this.invite_link,
  this.bot_commands,
});