Inherits Update.
Chat accent colors have changed.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
int32 | accent_color_id_ |
The new chat accent color identifier. | |
int64 | background_custom_emoji_id_ |
The new identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. | |
int32 | profile_accent_color_id_ |
The new chat profile accent color identifier; -1 if none. | |
int64 | profile_background_custom_emoji_id_ |
The new identifier of a custom emoji to be shown on the profile background; 0 if none. | |
Public Instance Methods | |
updateChatAccentColors () | |
updateChatAccentColors (int53 chat_id_, int32 accent_color_id_, int64 background_custom_emoji_id_, int32 profile_accent_color_id_, int64 profile_background_custom_emoji_id_) | |
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 = -1212614407 |
Identifier uniquely determining a type of the object. | |
Chat accent colors have changed.
updateChatAccentColors | ( | int53 | chat_id_, |
int32 | accent_color_id_, | ||
int64 | background_custom_emoji_id_, | ||
int32 | profile_accent_color_id_, | ||
int64 | profile_background_custom_emoji_id_ | ||
) |
Chat accent colors have changed.
[in] | chat_id_ | Chat identifier. |
[in] | accent_color_id_ | The new chat accent color identifier. |
[in] | background_custom_emoji_id_ | The new identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. |
[in] | profile_accent_color_id_ | The new chat profile accent color identifier; -1 if none. |
[in] | profile_background_custom_emoji_id_ | The new identifier of a custom emoji to be shown on the profile background; 0 if none. |
|
finalvirtual |