PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Type Alias AuctionNewBidPacket

    Packet for new auction.

    type AuctionNewBidPacket = {
        auction_expire_time: number;
        bids: number;
        current_bid: number;
        current_bid_username: string;
        id: number;
        under_action: number;
    }
    Index

    Properties

    auction_expire_time: number

    The time that the auction expires.

    bids: number

    The amount of bids on the auction.

    current_bid: number

    Current bid.

    current_bid_username: string

    Username of the current bidder.

    id: number

    Id of the auction.

    under_action: number

    No idea.