Inherits Object.
Describes a symbol shown on the pattern of an upgraded gift.
Public Fields | |
object_ptr< upgradedGiftSymbol > | symbol_ |
The symbol. | |
int32 | total_count_ |
Total number of gifts with the symbol. | |
Public Instance Methods | |
upgradedGiftSymbolCount () | |
upgradedGiftSymbolCount (object_ptr< upgradedGiftSymbol > &&symbol_, 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 = -773579874 |
Identifier uniquely determining a type of the object. | |
Describes a symbol shown on the pattern of an upgraded gift.
upgradedGiftSymbolCount | ( | object_ptr< upgradedGiftSymbol > && | symbol_, |
int32 | total_count_ | ||
) |
Describes a symbol shown on the pattern of an upgraded gift.
[in] | symbol_ | The symbol. |
[in] | total_count_ | Total number of gifts with the symbol. |
|
finalvirtual |