#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 850530502 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a gift that is available for purchase.
Definition at line 3330 of file td_api.h.
◆ availableGift() [1/2]
| td::td_api::availableGift::availableGift |
( |
| ) |
|
Describes a gift that is available for purchase.
◆ availableGift() [2/2]
Describes a gift that is available for purchase.
- Parameters
-
| [in] | gift_ | The gift. |
| [in] | resale_count_ | Number of gifts that are available for resale. |
| [in] | min_resale_star_count_ | The minimum price for the gifts available for resale in Telegram Star equivalent; 0 if there are no such gifts. |
| [in] | title_ | The title of the upgraded gift; empty if the gift isn't available for resale. |
◆ store()
| void td::td_api::availableGift::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.
◆ gift_
◆ ID
| const std::int32_t td::td_api::availableGift::ID = 850530502 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 3365 of file td_api.h.
◆ min_resale_star_count_
| int53 td::td_api::availableGift::min_resale_star_count_ |
The minimum price for the gifts available for resale in Telegram Star equivalent; 0 if there are no such gifts.
Definition at line 3345 of file td_api.h.
◆ resale_count_
| int32 td::td_api::availableGift::resale_count_ |
Number of gifts that are available for resale.
Definition at line 3343 of file td_api.h.
◆ title_
| string td::td_api::availableGift::title_ |
The title of the upgraded gift; empty if the gift isn't available for resale.
Definition at line 3347 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