Interface GiftResaleParameters

Describes parameters of a unique gift available for resale.

interface GiftResaleParameters {
    @type: "giftResaleParameters";
    star_count: number;
    toncoin_cent_count: number;
    toncoin_only?: boolean;
}

Properties

@type: "giftResaleParameters"
star_count: number

Resale price of the gift in Telegram Stars.

toncoin_cent_count: number

Resale price of the gift in 1/100 of Toncoin.

toncoin_only?: boolean

True, if the gift can be bought only using Toncoins.