Inherits Update.
The list of supported accent colors for user profiles has changed.
Public Fields | |
| array< object_ptr< profileAccentColor > > | colors_ |
| Information about supported colors. | |
| array< int32 > | available_accent_color_ids_ |
| The list of accent color identifiers, which can be set through setProfileAccentColor and setChatProfileAccentColor. The colors must be shown in the specified order. | |
Public Instance Methods | |
| updateProfileAccentColors () | |
| updateProfileAccentColors (array< object_ptr< profileAccentColor >> &&colors_, array< int32 > &&available_accent_color_ids_) | |
| 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 = 605202104 |
| Identifier uniquely determining a type of the object. | |
The list of supported accent colors for user profiles has changed.
| updateProfileAccentColors | ( | array< object_ptr< profileAccentColor >> && | colors_, |
| array< int32 > && | available_accent_color_ids_ | ||
| ) |
The list of supported accent colors for user profiles has changed.
| [in] | colors_ | Information about supported colors. |
| [in] | available_accent_color_ids_ | The list of accent color identifiers, which can be set through setProfileAccentColor and setChatProfileAccentColor. The colors must be shown in the specified order. |
|
finalvirtual |