Inherits Object.
Describes an option for buying Telegram Stars. Use telegramPaymentPurposeStars for out-of-store payments.
|
static const std::int32_t | ID = -1364056047 |
| Identifier uniquely determining a type of the object.
|
|
◆ starPaymentOption() [1/2]
◆ starPaymentOption() [2/2]
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 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 TlObject.
The documentation for this class was generated from the following file: