ChatEventAccentColorChanged constructor

ChatEventAccentColorChanged({
  1. required int oldAccentColorId,
  2. required int oldBackgroundCustomEmojiId,
  3. required int newAccentColorId,
  4. required int newBackgroundCustomEmojiId,
})

Implementation

ChatEventAccentColorChanged({
  required this.oldAccentColorId,
  required this.oldBackgroundCustomEmojiId,
  required this.newAccentColorId,
  required this.newBackgroundCustomEmojiId,
});