Inherits ChatTheme.
A chat theme based on an upgraded gift.
Public Fields | |
object_ptr< giftChatTheme > | gift_theme_ |
The chat theme. | |
Public Instance Methods | |
chatThemeGift () | |
chatThemeGift (object_ptr< giftChatTheme > &&gift_theme_) | |
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 = 19728441 |
Identifier uniquely determining a type of the object. | |
chatThemeGift | ( | ) |
A chat theme based on an upgraded gift.
|
explicit |
A chat theme based on an upgraded gift.
[in] | gift_theme_ | The chat theme. |
|
finalvirtual |