Interface StarTransactionTypePremiumPurchase

The transaction is a purchase of Telegram Premium subscription; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypePremiumPurchase {
    @type: "starTransactionTypePremiumPurchase";
    month_count: number;
    sticker: Sticker;
    user_id: number;
}

Properties

@type: "starTransactionTypePremiumPurchase"
month_count: number

Number of months the Telegram Premium subscription will be active.

sticker: Sticker

A sticker to be shown in the transaction information; may be null if unknown.

user_id: number

Identifier of the user that received the Telegram Premium subscription.