List of all members | Public Fields | Public Instance Methods | Static Public Attributes
updateChatAccentColors Class Referencefinal

Inherits Update.

Description

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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -1212614407
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ updateChatAccentColors() [1/2]

Chat accent colors have changed.

◆ updateChatAccentColors() [2/2]

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.

Parameters
[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.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: