Interface StarTransactionTypeGiftUpgrade

The transaction is an upgrade of a gift; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftUpgrade {
    @type: "starTransactionTypeGiftUpgrade";
    gift: UpgradedGift;
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeGiftUpgrade"

The upgraded gift.

user_id: number

Identifier of the user that initially sent the gift.