UpgradedGiftColors¶
Contains information about color scheme for user's name, background of empty chat photo, replies to messages and link previews
UpgradedGiftColors(
id: int64,
model_custom_emoji_id: int64,
symbol_custom_emoji_id: int64,
light_theme_accent_color: int32,
light_theme_colors: list of int32,
dark_theme_accent_color: int32,
dark_theme_colors: list of int32
) → UpgradedGiftColors
id¶
int64
Unique identifier of the upgraded gift colors
model_custom_emoji_id¶
int64
Custom emoji identifier of the model of the upgraded gift
symbol_custom_emoji_id¶
int64
Custom emoji identifier of the symbol of the upgraded gift
light_theme_accent_color¶
int32
Accent color to use in light themes in RGB format
light_theme_colors¶
list of int32
The list of 1-3 colors in RGB format, describing the accent color, as expected to be shown in light themes
dark_theme_accent_color¶
int32
Accent color to use in dark themes in RGB format
dark_theme_colors¶
list of int32
The list of 1-3 colors in RGB format, describing the accent color, as expected to be shown in dark themes