Interface GiveawayPrizePremium

Contains information about a giveaway prize. Subtype of GiveawayPrize.

interface GiveawayPrizePremium {
    @type: "giveawayPrizePremium";
    month_count: number;
}

Properties

Properties

@type: "giveawayPrizePremium"
month_count: number

Number of months the Telegram Premium subscription will be active after code activation.