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

    Interface IBotParams

    Bot parameters

    interface IBotParams {
        authData: IAuthData;
        boardID: number;
        relog?: boolean;
    }
    Index

    Properties

    authData: IAuthData

    The auth data for logging in

    boardID: number

    The board ID to connect to

    relog?: boolean

    If the auth data should be relogged.