ChatBoostLevelFeatures constructor

ChatBoostLevelFeatures({
  1. required int level,
  2. required int storyPerDayCount,
  3. required int customEmojiReactionCount,
  4. required int titleColorCount,
  5. required int profileAccentColorCount,
  6. required bool canSetProfileBackgroundCustomEmoji,
  7. required int accentColorCount,
  8. required bool canSetBackgroundCustomEmoji,
  9. required bool canSetEmojiStatus,
  10. required int chatThemeBackgroundCount,
  11. required bool canSetCustomBackground,
  12. required bool canSetCustomEmojiStickerSet,
  13. required bool canEnableAutomaticTranslation,
  14. required bool canRecognizeSpeech,
  15. 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,
});