Interface StarTransactionTypeGiftAuctionBid

The transaction is a bid on a gift auction; relevant for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftAuctionBid {
    @type: "starTransactionTypeGiftAuctionBid";
    gift: Gift;
    owner_id: MessageSender;
}

Properties

Properties

@type: "starTransactionTypeGiftAuctionBid"
gift: Gift

The gift.

owner_id: MessageSender

Identifier of the user that will receive the gift.