Interface SetAccentColor

Changes accent color and background custom emoji for the current user; for Telegram Premium users only. Request type for Tdjson#setAccentColor.

interface SetAccentColor {
    @type: "setAccentColor";
    accent_color_id: number;
    background_custom_emoji_id: string;
}

Properties

@type: "setAccentColor"
accent_color_id: number

Identifier of the accent color to use.

background_custom_emoji_id: string

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