Interface UpgradedGiftOriginUpgrade

Describes origin from which the upgraded gift was obtained. Subtype of UpgradedGiftOrigin.

interface UpgradedGiftOriginUpgrade {
    @type: "upgradedGiftOriginUpgrade";
    gift_message_id: number;
}

Properties

@type: "upgradedGiftOriginUpgrade"
gift_message_id: number

Identifier of the message with the regular gift that was upgraded; can be 0 or an identifier of a deleted message.