Interface UpdateChatAccentColors

Chat accent colors have changed. Subtype of Update.

interface UpdateChatAccentColors {
    @type: "updateChatAccentColors";
    accent_color_id: number;
    background_custom_emoji_id: string;
    chat_id: number;
    profile_accent_color_id: number;
    profile_background_custom_emoji_id: string;
}

Properties

@type: "updateChatAccentColors"
accent_color_id: number

The new chat accent color identifier.

background_custom_emoji_id: string

The new identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.

chat_id: number

Chat identifier.

profile_accent_color_id: number

The new chat profile accent color identifier; -1 if none.

profile_background_custom_emoji_id: string

The new identifier of a custom emoji to be shown on the profile background; 0 if none.