Interface UpgradedGiftOriginResale

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

interface UpgradedGiftOriginResale {
    @type: "upgradedGiftOriginResale";
    price: GiftResalePrice;
}

Properties

Properties

@type: "upgradedGiftOriginResale"

Price paid by the sender for the gift.