Inherits Object.
Contains information about supported accent colors for user profile photo background in RGB format.
Public Fields | |
array< int32 > | palette_colors_ |
The list of 1-2 colors in RGB format, describing the colors, as expected to be shown in the color palette settings. | |
array< int32 > | background_colors_ |
The list of 1-2 colors in RGB format, describing the colors, as expected to be used for the profile photo background. | |
array< int32 > | story_colors_ |
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. | |
Public Instance Methods | |
profileAccentColors () | |
profileAccentColors (array< int32 > &&palette_colors_, array< int32 > &&background_colors_, array< int32 > &&story_colors_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -596042431 |
Identifier uniquely determining a type of the object. | |
Contains information about supported accent colors for user profile photo background in RGB format.
profileAccentColors | ( | array< int32 > && | palette_colors_, |
array< int32 > && | background_colors_, | ||
array< int32 > && | story_colors_ | ||
) |
Contains information about supported accent colors for user profile photo background in RGB format.
[in] | palette_colors_ | The list of 1-2 colors in RGB format, describing the colors, as expected to be shown in the color palette settings. |
[in] | background_colors_ | The list of 1-2 colors in RGB format, describing the colors, as expected to be used for the profile photo background. |
[in] | story_colors_ | 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. |
|
finalvirtual |