Inherits ChatTheme.
A chat theme based on an emoji.
Public Fields | |
string | name_ |
Name of the theme; full theme description is received through updateEmojiChatThemes. | |
Public Instance Methods | |
chatThemeEmoji () | |
chatThemeEmoji (string const &name_) | |
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 = -1863920197 |
Identifier uniquely determining a type of the object. | |
chatThemeEmoji | ( | ) |
A chat theme based on an emoji.
|
explicit |
A chat theme based on an emoji.
[in] | name_ | Name of the theme; full theme description is received through updateEmojiChatThemes. |
|
finalvirtual |