ChatEventProfileAccentColorChanged constructor

ChatEventProfileAccentColorChanged({
  1. required int oldProfileAccentColorId,
  2. required int oldProfileBackgroundCustomEmojiId,
  3. required int newProfileAccentColorId,
  4. required int newProfileBackgroundCustomEmojiId,
})

Implementation

ChatEventProfileAccentColorChanged({
  required this.oldProfileAccentColorId,
  required this.oldProfileBackgroundCustomEmojiId,
  required this.newProfileAccentColorId,
  required this.newProfileBackgroundCustomEmojiId,
});