Interface GiftResalePriceStar

Describes price of a resold gift. Subtype of GiftResalePrice.

interface GiftResalePriceStar {
    @type: "giftResalePriceStar";
    star_count: number;
}

Properties

Properties

@type: "giftResalePriceStar"
star_count: number

The amount of Telegram Stars expected to be paid for the gift. Must be in range getOption("gift_resale_star_count_min")-getOption("gift_resale_star_count_max") for gifts put for resale.