Interface GiveawayPrizeStars

The giveaway sends Telegram Stars to the winners. Subtype of GiveawayPrize.

interface GiveawayPrizeStars {
    @type: "giveawayPrizeStars";
    star_count: number;
}

Properties

Properties

@type: "giveawayPrizeStars"
star_count: number

Number of Telegram Stars that will be shared by all winners.