#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| 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.
Definition at line 23480 of file td_api.h.
◆ giftPurchaseLimits() [1/2]
| td::td_api::giftPurchaseLimits::giftPurchaseLimits |
( |
| ) |
|
Describes the maximum number of times that a specific gift can be purchased.
◆ giftPurchaseLimits() [2/2]
| td::td_api::giftPurchaseLimits::giftPurchaseLimits |
( |
int32 |
total_count_, |
|
|
int32 |
remaining_count_ |
|
) |
| |
Describes the maximum number of times that a specific gift can be purchased.
- Parameters
-
| [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. |
◆ store()
| void td::td_api::giftPurchaseLimits::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::giftPurchaseLimits::ID = -1628985177 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 23509 of file td_api.h.
◆ remaining_count_
| int32 td::td_api::giftPurchaseLimits::remaining_count_ |
Number of remaining times the gift can be purchased.
Definition at line 23493 of file td_api.h.
◆ total_count_
| int32 td::td_api::giftPurchaseLimits::total_count_ |
The maximum number of times the gifts can be purchased.
Definition at line 23491 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h