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 canSetUsername,
- required bool canSetStickerSet,
- required bool canSetLocation,
- required bool canGetStatistics,
- required bool isAllHistoryAvailable,
- 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.canSetUsername,
required this.canSetStickerSet,
required this.canSetLocation,
required this.canGetStatistics,
required this.isAllHistoryAvailable,
required this.stickerSetId,
this.location,
this.inviteLink,
required this.botCommands,
required this.upgradedFromBasicGroupId,
required this.upgradedFromMaxMessageId,
this.extra,
this.clientId,
});