Interface UpgradedGiftOriginResale

The gift was bought from another user. Subtype of UpgradedGiftOrigin.

interface UpgradedGiftOriginResale {
    @type: "upgradedGiftOriginResale";
    star_count: number;
}

Properties

Properties

@type: "upgradedGiftOriginResale"
star_count: number

Number of Telegram Stars that were paid by the sender for the gift.