Skip to content

ChatEventProfileAccentColorChanged

Type · TDLib 1.8.67 · d1085f9c

The chat's profile accent color or profile background custom emoji were changed

ChatEventProfileAccentColorChanged(
  old_profile_accent_color_id: int32,
  old_profile_background_custom_emoji_id: int64,
  new_profile_accent_color_id: int32,
  new_profile_background_custom_emoji_id: int64
) → ChatEventAction

old_profile_accent_color_id

int32

Previous identifier of chat's profile accent color; -1 if none

old_profile_background_custom_emoji_id

int64

Previous identifier of the custom emoji; 0 if none

new_profile_accent_color_id

int32

New identifier of chat's profile accent color; -1 if none

new_profile_background_custom_emoji_id

int64

New identifier of the custom emoji; 0 if none