#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1364056047 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes an option for buying Telegram Stars. Use telegramPaymentPurposeStars for out-of-store payments.
Definition at line 64513 of file td_api.h.
◆ starPaymentOption() [1/2]
| td::td_api::starPaymentOption::starPaymentOption |
( |
| ) |
|
◆ starPaymentOption() [2/2]
| td::td_api::starPaymentOption::starPaymentOption |
( |
string const & |
currency_, |
|
|
int53 |
amount_, |
|
|
int53 |
star_count_, |
|
|
string const & |
store_product_id_, |
|
|
bool |
is_additional_ |
|
) |
| |
Describes an option for buying Telegram Stars. Use telegramPaymentPurposeStars for out-of-store payments.
- Parameters
-
| [in] | currency_ | ISO 4217 currency code for the payment. |
| [in] | amount_ | The amount to pay, in the smallest units of the currency. |
| [in] | star_count_ | Number of Telegram Stars that will be purchased. |
| [in] | store_product_id_ | Identifier of the store product associated with the option; may be empty if none. |
| [in] | is_additional_ | True, if the option must be shown only in the full list of payment options. |
◆ store()
| void td::td_api::starPaymentOption::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.
◆ amount_
| int53 td::td_api::starPaymentOption::amount_ |
The amount to pay, in the smallest units of the currency.
Definition at line 64526 of file td_api.h.
◆ currency_
| string td::td_api::starPaymentOption::currency_ |
ISO 4217 currency code for the payment.
Definition at line 64524 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::starPaymentOption::ID = -1364056047 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 64551 of file td_api.h.
◆ is_additional_
| bool td::td_api::starPaymentOption::is_additional_ |
True, if the option must be shown only in the full list of payment options.
Definition at line 64532 of file td_api.h.
◆ star_count_
| int53 td::td_api::starPaymentOption::star_count_ |
Number of Telegram Stars that will be purchased.
Definition at line 64528 of file td_api.h.
◆ store_product_id_
| string td::td_api::starPaymentOption::store_product_id_ |
Identifier of the store product associated with the option; may be empty if none.
Definition at line 64530 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