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