Interface UpdateGiftAuctionState

State of a gift auction was updated. Subtype of Update.

interface UpdateGiftAuctionState {
    @type: "updateGiftAuctionState";
    state: GiftAuctionState;
}

Properties

Properties

@type: "updateGiftAuctionState"

New state of the auction.