SupergroupFullInfo constructor
const
SupergroupFullInfo({
- ChatPhoto? photo,
- required String description,
- required int memberCount,
- required int administratorCount,
- required int restrictedCount,
- required int bannedCount,
- required int linkedChatId,
- required int slowModeDelay,
- required double slowModeDelayExpiresIn,
- required bool canGetMembers,
- required bool hasHiddenMembers,
- required bool canHideMembers,
- required bool canSetStickerSet,
- required bool canSetLocation,
- required bool canGetStatistics,
- required bool canToggleAggressiveAntiSpam,
- required bool isAllHistoryAvailable,
- required bool hasAggressiveAntiSpamEnabled,
- required int stickerSetId,
- ChatLocation? location,
- ChatInviteLink? inviteLink,
- required List<
BotCommands> botCommands, - required int upgradedFromBasicGroupId,
- required int upgradedFromMaxMessageId,
- dynamic extra,
- int? clientId,
Contains full information about a supergroup or channel
Implementation
const SupergroupFullInfo({
this.photo,
required this.description,
required this.memberCount,
required this.administratorCount,
required this.restrictedCount,
required this.bannedCount,
required this.linkedChatId,
required this.slowModeDelay,
required this.slowModeDelayExpiresIn,
required this.canGetMembers,
required this.hasHiddenMembers,
required this.canHideMembers,
required this.canSetStickerSet,
required this.canSetLocation,
required this.canGetStatistics,
required this.canToggleAggressiveAntiSpam,
required this.isAllHistoryAvailable,
required this.hasAggressiveAntiSpamEnabled,
required this.stickerSetId,
this.location,
this.inviteLink,
required this.botCommands,
required this.upgradedFromBasicGroupId,
required this.upgradedFromMaxMessageId,
this.extra,
this.clientId,
});