Interface UpdateActiveGiftAuctions

The list of auctions in which participate the current user has changed. Subtype of Update.

interface UpdateActiveGiftAuctions {
    @type: "updateActiveGiftAuctions";
    states: GiftAuctionState[];
}

Properties

Properties

@type: "updateActiveGiftAuctions"

New states of the auctions.