#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int32 | date_ |
| | Point in time (Unix timestamp) when the price will be in effect.
|
| |
| int53 | star_count_ |
| | The Telegram Star amount required to pay to upgrade the gift.
|
| |
|
| static const std::int32_t | ID = -914121900 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a price required to pay to upgrade a gift.
Definition at line 23942 of file td_api.h.
◆ giftUpgradePrice() [1/2]
| td::td_api::giftUpgradePrice::giftUpgradePrice |
( |
| ) |
|
Describes a price required to pay to upgrade a gift.
◆ giftUpgradePrice() [2/2]
| td::td_api::giftUpgradePrice::giftUpgradePrice |
( |
int32 |
date_, |
|
|
int53 |
star_count_ |
|
) |
| |
Describes a price required to pay to upgrade a gift.
- Parameters
-
| [in] | date_ | Point in time (Unix timestamp) when the price will be in effect. |
| [in] | star_count_ | The Telegram Star amount required to pay to upgrade the gift. |
◆ store()
| void td::td_api::giftUpgradePrice::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.
◆ date_
| int32 td::td_api::giftUpgradePrice::date_ |
Point in time (Unix timestamp) when the price will be in effect.
Definition at line 23953 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::giftUpgradePrice::ID = -914121900 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 23971 of file td_api.h.
◆ star_count_
| int53 td::td_api::giftUpgradePrice::star_count_ |
The Telegram Star amount required to pay to upgrade the gift.
Definition at line 23955 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