ChatEventAccentColorChanged¶
The chat accent color or background custom emoji were changed
ChatEventAccentColorChanged(
old_accent_color_id: int32,
old_background_custom_emoji_id: int64,
new_accent_color_id: int32,
new_background_custom_emoji_id: int64
) → ChatEventAction
old_accent_color_id¶
int32
Previous identifier of chat accent color
old_background_custom_emoji_id¶
int64
Previous identifier of the custom emoji; 0 if none
new_accent_color_id¶
int32
New identifier of chat accent color
new_background_custom_emoji_id¶
int64
New identifier of the custom emoji; 0 if none