Interface StarTransactionTypeUpgradedGiftPurchase

The transaction is a purchase of an upgraded gift for some user or channel; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeUpgradedGiftPurchase {
    @type: "starTransactionTypeUpgradedGiftPurchase";
    gift: UpgradedGift;
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeUpgradedGiftPurchase"

The gift.

user_id: number

Identifier of the user that sold the gift.