ChatBoostLevelFeatures constructor
ChatBoostLevelFeatures({
- required int level,
- required int storyPerDayCount,
- required int customEmojiReactionCount,
- required int titleColorCount,
- required int profileAccentColorCount,
- required bool canSetProfileBackgroundCustomEmoji,
- required int accentColorCount,
- required bool canSetBackgroundCustomEmoji,
- required bool canSetEmojiStatus,
- required int chatThemeBackgroundCount,
- required bool canSetCustomBackground,
- required bool canSetCustomEmojiStickerSet,
- required bool canEnableAutomaticTranslation,
- required bool canRecognizeSpeech,
- required bool canDisableSponsoredMessages,
Implementation
ChatBoostLevelFeatures({
required this.level,
required this.storyPerDayCount,
required this.customEmojiReactionCount,
required this.titleColorCount,
required this.profileAccentColorCount,
required this.canSetProfileBackgroundCustomEmoji,
required this.accentColorCount,
required this.canSetBackgroundCustomEmoji,
required this.canSetEmojiStatus,
required this.chatThemeBackgroundCount,
required this.canSetCustomBackground,
required this.canSetCustomEmojiStickerSet,
required this.canEnableAutomaticTranslation,
required this.canRecognizeSpeech,
required this.canDisableSponsoredMessages,
});