Inherits Object.
Describes a backdrop of an upgraded gift.
Public Fields | |
object_ptr< upgradedGiftBackdrop > | backdrop_ |
The backdrop. | |
int32 | total_count_ |
Total number of gifts with the symbol. | |
Public Instance Methods | |
upgradedGiftBackdropCount () | |
upgradedGiftBackdropCount (object_ptr< upgradedGiftBackdrop > &&backdrop_, int32 total_count_) | |
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 = -562274120 |
Identifier uniquely determining a type of the object. | |
Describes a backdrop of an upgraded gift.
upgradedGiftBackdropCount | ( | object_ptr< upgradedGiftBackdrop > && | backdrop_, |
int32 | total_count_ | ||
) |
Describes a backdrop of an upgraded gift.
[in] | backdrop_ | The backdrop. |
[in] | total_count_ | Total number of gifts with the symbol. |
|
finalvirtual |