BasicGroupFullInfo constructor
const
BasicGroupFullInfo({
- ChatPhoto? photo,
- required String description,
- required int creatorUserId,
- required List<
ChatMember> members, - required bool canHideMembers,
- required bool canToggleAggressiveAntiSpam,
- ChatInviteLink? inviteLink,
- required List<
BotCommands> botCommands, - dynamic extra,
- int? clientId,
Contains full information about a basic group
Implementation
const BasicGroupFullInfo({
this.photo,
required this.description,
required this.creatorUserId,
required this.members,
required this.canHideMembers,
required this.canToggleAggressiveAntiSpam,
this.inviteLink,
required this.botCommands,
this.extra,
this.clientId,
});