BasicGroupFullInfo constructor
BasicGroupFullInfo({
- String? extra,
- int? client_id,
- ChatPhoto? photo,
- string? description,
- int53? creator_user_id,
- vector<
ChatMember> ? members, - Bool? can_hide_members,
- Bool? can_toggle_aggressive_anti_spam,
- ChatInviteLink? invite_link,
- 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,
});