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

    Type Alias ClientInitPacket

    Packet sent when initiating pixel place. Describes the account.

    type ClientInitPacket = {
        authId: string;
        authKey?: string;
        authToken?: string;
        boardId: number;
    }
    Index

    Properties

    authId: string

    The authentication key for the bot. This can not be empty.

    authKey?: string

    The authentication key for the bot. Non-logged in accounts will have this empty.

    authToken?: string

    The authentication token for the bot. Non-logged in accounts will have this empty.

    boardId: number

    The canvas id the bot will reside on. This can not be empty.