Interface ProfileAccentColors

Contains information about supported accent colors for user profile photo background in RGB format.

interface ProfileAccentColors {
    @type: "profileAccentColors";
    background_colors: number[];
    palette_colors: number[];
    story_colors: number[];
}

Properties

@type: "profileAccentColors"
background_colors: number[]

The list of 1-2 colors in RGB format, describing the colors, as expected to be used for the profile photo background.

palette_colors: number[]

The list of 1-2 colors in RGB format, describing the colors, as expected to be shown in the color palette settings.

story_colors: number[]

The list of 2 colors in RGB format, describing the colors of the gradient to be used for the unread active story indicator around profile photo.