Interface StarTransactionTypeGiftSale

The transaction is a sale of a received gift; for regular users and channel chats 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.