Interface TelegramPaymentPurposePremiumGift

Describes a purpose of a payment toward Telegram. Subtype of TelegramPaymentPurpose.

interface TelegramPaymentPurposePremiumGift {
    @type: "telegramPaymentPurposePremiumGift";
    amount: number;
    currency: string;
    month_count: number;
    text: FormattedText;
    user_id: number;
}

Properties

@type: "telegramPaymentPurposePremiumGift"
amount: number

Paid amount, in the smallest units of the currency.

currency: string

ISO 4217 currency code of the payment currency.

month_count: number

Number of months the Telegram Premium subscription will be active for the user.

Text to show to the user receiving Telegram Premium; 0-getOption("gift_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, and CustomEmoji entities are allowed.

user_id: number

Identifier of the user which will receive Telegram Premium.