Inherits Object.
Describes the maximum number of times that a specific gift can be purchased.
Public Fields | |
int32 | total_count_ |
The maximum number of times the gifts can be purchased. | |
int32 | remaining_count_ |
Number of remaining times the gift can be purchased. | |
Public Instance Methods | |
giftPurchaseLimits () | |
giftPurchaseLimits (int32 total_count_, int32 remaining_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 = -1628985177 |
Identifier uniquely determining a type of the object. | |
Describes the maximum number of times that a specific gift can be purchased.
giftPurchaseLimits | ( | int32 | total_count_, |
int32 | remaining_count_ | ||
) |
Describes the maximum number of times that a specific gift can be purchased.
[in] | total_count_ | The maximum number of times the gifts can be purchased. |
[in] | remaining_count_ | Number of remaining times the gift can be purchased. |
|
finalvirtual |