Interface UpdateProfileAccentColors

The list of supported accent colors for user profiles has changed. Subtype of Update.

interface UpdateProfileAccentColors {
    @type: "updateProfileAccentColors";
    available_accent_color_ids: number[];
    colors: ProfileAccentColor[];
}

Properties

@type: "updateProfileAccentColors"
available_accent_color_ids: number[]

The list of accent color identifiers, which can be set through setProfileAccentColor and setChatProfileAccentColor. The colors must be shown in the specififed order.

Information about supported colors.