Inherits Object.
Describes a model of an upgraded gift with the number of gifts found.
Public Fields | |
object_ptr< upgradedGiftModel > | model_ |
The model. | |
int32 | total_count_ |
Total number of gifts with the model. | |
Public Instance Methods | |
upgradedGiftModelCount () | |
upgradedGiftModelCount (object_ptr< upgradedGiftModel > &&model_, 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 = -1127238023 |
Identifier uniquely determining a type of the object. | |
Describes a model of an upgraded gift with the number of gifts found.
upgradedGiftModelCount | ( | object_ptr< upgradedGiftModel > && | model_, |
int32 | total_count_ | ||
) |
Describes a model of an upgraded gift with the number of gifts found.
[in] | model_ | The model. |
[in] | total_count_ | Total number of gifts with the model. |
|
finalvirtual |