Inherits Object.
Describes an option for gifting Telegram Premium to a user. Use telegramPaymentPurposePremiumGift for out-of-store payments or payments in Telegram Stars.
|
static const std::int32_t | ID = -338085027 |
| Identifier uniquely determining a type of the object.
|
|
◆ premiumGiftPaymentOption() [1/2]
◆ premiumGiftPaymentOption() [2/2]
Describes an option for gifting Telegram Premium to a user. Use telegramPaymentPurposePremiumGift for out-of-store payments or payments in Telegram Stars.
- 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_ | The alternative amount of Telegram Stars to pay; 0 if payment in Telegram Stars is not possible. |
[in] | discount_percentage_ | The discount associated with this option, as a percentage. |
[in] | month_count_ | Number of months the Telegram Premium subscription will be active. |
[in] | store_product_id_ | Identifier of the store product associated with the option. |
[in] | sticker_ | A sticker to be shown along with the option; may be null if unknown. |
◆ 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: