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

    Type Alias NewBidAuctionPacket

    Represents a new bid in an auction.

    type NewBidAuctionPacket = {
        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 expiration time of the auction.

    bids: number

    The number of bids.

    current_bid: number

    The current bid.

    current_bid_username: string

    The username of the current bidder.

    id: number

    The auction id.

    under_action: number

    The id of the user under action.