Inherits BackgroundType.
A background from a chat theme based on an emoji; can be used only as a chat background in channels.
Public Fields | |
| string | theme_name_ |
| Name of the emoji chat theme. | |
Public Instance Methods | |
| backgroundTypeChatTheme () | |
| backgroundTypeChatTheme (string const &theme_name_) | |
| 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 = 1299879762 |
| Identifier uniquely determining a type of the object. | |
A background from a chat theme based on an emoji; can be used only as a chat background in channels.
|
explicit |
A background from a chat theme based on an emoji; can be used only as a chat background in channels.
| [in] | theme_name_ | Name of the emoji chat theme. |
|
finalvirtual |