Inherits Object.
Describes a chat theme based on an emoji.
Public Fields | |
string | name_ |
Theme name. | |
object_ptr< themeSettings > | light_settings_ |
Theme settings for a light chat theme. | |
object_ptr< themeSettings > | dark_settings_ |
Theme settings for a dark chat theme. | |
Public Instance Methods | |
emojiChatTheme () | |
emojiChatTheme (string const &name_, object_ptr< themeSettings > &&light_settings_, object_ptr< themeSettings > &&dark_settings_) | |
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 = -329422882 |
Identifier uniquely determining a type of the object. | |
emojiChatTheme | ( | ) |
Describes a chat theme based on an emoji.
emojiChatTheme | ( | string const & | name_, |
object_ptr< themeSettings > && | light_settings_, | ||
object_ptr< themeSettings > && | dark_settings_ | ||
) |
Describes a chat theme based on an emoji.
[in] | name_ | Theme name. |
[in] | light_settings_ | Theme settings for a light chat theme. |
[in] | dark_settings_ | Theme settings for a dark chat theme. |
|
finalvirtual |