Interface MessageUpgradedGiftPurchaseOffer

An offer to purchase an upgraded gift was sent or received. Subtype of MessageContent.

interface MessageUpgradedGiftPurchaseOffer {
    @type: "messageUpgradedGiftPurchaseOffer";
    expiration_date: number;
    gift: UpgradedGift;
    price: GiftResalePrice;
    state: GiftPurchaseOfferState;
}

Properties

@type: "messageUpgradedGiftPurchaseOffer"
expiration_date: number

Point in time (Unix timestamp) when the offer will expire or has expired.

The gift.

The proposed price.

State of the offer.