Interface SetProfileAccentColor

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

interface SetProfileAccentColor {
    @type: "setProfileAccentColor";
    profile_accent_color_id: number;
    profile_background_custom_emoji_id: string;
}

Properties

@type: "setProfileAccentColor"
profile_accent_color_id: number

Identifier of the accent color to use for profile; pass -1 if none.

profile_background_custom_emoji_id: string

Identifier of a custom emoji to be shown on the user's profile photo background; 0 if none.