Interface StarTransactionTypeGiftSale

The transaction is a sale of a gift received from another user or bot; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftSale {
    @type: "starTransactionTypeGiftSale";
    gift: Gift;
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeGiftSale"
gift: Gift

The gift.

user_id: number

Identifier of the user that sent the gift.