Interface StarTransactionTypeGiftUpgradePurchase

The transaction is a purchase of an upgrade of a gift owned by another user or channel; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftUpgradePurchase {
    @type: "starTransactionTypeGiftUpgradePurchase";
    gift: Gift;
    owner_id: MessageSender;
}

Properties

Properties

@type: "starTransactionTypeGiftUpgradePurchase"
gift: Gift

The gift.

owner_id: MessageSender

Owner of the upgraded gift.