Interface StarTransactionTypeGiftTransfer

The transaction is a transfer of an upgraded gift to another user; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftTransfer {
    @type: "starTransactionTypeGiftTransfer";
    gift: UpgradedGift;
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeGiftTransfer"

The gift.

user_id: number

Identifier of the user that received the gift.