Interface StarTransactionTypeGiftPurchase

The transaction is a purchase of a regular gift; for regular users and bots only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftPurchase {
    @type: "starTransactionTypeGiftPurchase";
    gift: Gift;
    owner_id: MessageSender;
}

Properties

Properties

@type: "starTransactionTypeGiftPurchase"
gift: Gift

The gift.

owner_id: MessageSender

Identifier of the user or the channel that received the gift.