Inherits Object.
Describes an option for creating Telegram Premium gift codes or Telegram Premium giveaway. Use telegramPaymentPurposePremiumGiftCodes or telegramPaymentPurposePremiumGiveaway for out-of-store payments.
|
static const std::int32_t | ID = -661038611 |
| Identifier uniquely determining a type of the object.
|
|
◆ premiumGiftCodePaymentOption() [1/2]
◆ premiumGiftCodePaymentOption() [2/2]
Describes an option for creating Telegram Premium gift codes or Telegram Premium giveaway. Use telegramPaymentPurposePremiumGiftCodes or telegramPaymentPurposePremiumGiveaway for out-of-store payments.
- Parameters
-
[in] | currency_ | ISO 4217 currency code for Telegram Premium gift code payment. |
[in] | amount_ | The amount to pay, in the smallest units of the currency. |
[in] | discount_percentage_ | The discount associated with this option, as a percentage. |
[in] | winner_count_ | Number of users which will be able to activate the gift codes. |
[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; may be empty if none. |
[in] | store_product_quantity_ | Number of times the store product must be paid. |
[in] | sticker_ | A sticker to be shown along with the gift code; 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: