Inherits Object.
Describes a chat theme based on an upgraded gift.
Public Fields | |
object_ptr< upgradedGift > | gift_ |
The gift. | |
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 | |
giftChatTheme () | |
giftChatTheme (object_ptr< upgradedGift > &&gift_, 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 = 631944675 |
Identifier uniquely determining a type of the object. | |
giftChatTheme | ( | ) |
Describes a chat theme based on an upgraded gift.
giftChatTheme | ( | object_ptr< upgradedGift > && | gift_, |
object_ptr< themeSettings > && | light_settings_, | ||
object_ptr< themeSettings > && | dark_settings_ | ||
) |
Describes a chat theme based on an upgraded gift.
[in] | gift_ | The gift. |
[in] | light_settings_ | Theme settings for a light chat theme. |
[in] | dark_settings_ | Theme settings for a dark chat theme. |
|
finalvirtual |