Skip to content

ProfileAccentColor

Type · TDLib 1.8.67 · d1085f9c

Contains information about supported accent color for user profile photo background

ProfileAccentColor(
  id: int32,
  light_theme_colors: ProfileAccentColors,
  dark_theme_colors: ProfileAccentColors,
  min_supergroup_chat_boost_level: int32,
  min_channel_chat_boost_level: int32
) → ProfileAccentColor

id

int32

Profile accent color identifier

light_theme_colors

ProfileAccentColors

Accent colors expected to be used in light themes

dark_theme_colors

ProfileAccentColors

Accent colors expected to be used in dark themes

min_supergroup_chat_boost_level

int32

The minimum chat boost level required to use the color in a supergroup chat

min_channel_chat_boost_level

int32

The minimum chat boost level required to use the color in a channel chat