Inherits Update.
The list of supported accent colors has changed.
Public Fields | |
array< object_ptr< accentColor > > | colors_ |
Information about supported colors; colors with identifiers 0 (red), 1 (orange), 2 (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) must always be supported and aren't included in the list. The exact colors for the accent colors with identifiers 0-6 must be taken from the app theme. | |
array< int32 > | available_accent_color_ids_ |
The list of accent color identifiers, which can be set through setAccentColor and setChatAccentColor. The colors must be shown in the specified order. | |
Public Instance Methods | |
updateAccentColors () | |
updateAccentColors (array< object_ptr< accentColor >> &&colors_, array< int32 > &&available_accent_color_ids_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -1197047738 |
Identifier uniquely determining a type of the object. | |
The list of supported accent colors has changed.
updateAccentColors | ( | array< object_ptr< accentColor >> && | colors_, |
array< int32 > && | available_accent_color_ids_ | ||
) |
The list of supported accent colors has changed.
[in] | colors_ | Information about supported colors; colors with identifiers 0 (red), 1 (orange), 2 (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) must always be supported and aren't included in the list. The exact colors for the accent colors with identifiers 0-6 must be taken from the app theme. |
[in] | available_accent_color_ids_ | The list of accent color identifiers, which can be set through setAccentColor and setChatAccentColor. The colors must be shown in the specified order. |
|
finalvirtual |