Interface PremiumGiveawayPaymentOption

Describes an option for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members. Use telegramPaymentPurposePremiumGiftCodes or telegramPaymentPurposePremiumGiveaway for out-of-store payments.

interface PremiumGiveawayPaymentOption {
    @type: "premiumGiveawayPaymentOption";
    amount: number;
    currency: string;
    month_count: number;
    store_product_id: string;
    store_product_quantity: number;
    winner_count: number;
}

Properties

@type: "premiumGiveawayPaymentOption"
amount: number

The amount to pay, in the smallest units of the currency.

currency: string

ISO 4217 currency code for Telegram Premium gift code payment.

month_count: number

Number of months the Telegram Premium subscription will be active.

store_product_id: string

Identifier of the store product associated with the option; may be empty if none.

store_product_quantity: number

Number of times the store product must be paid.

winner_count: number

Number of users which will be able to activate the gift codes.