@twitchapis/twitch.js - v2.0.0-beta.6
    Preparing search index...

    Interface IClientOptions

    interface IClientOptions {
        autoLogEndEnabled?: boolean;
        autoLogEndUncaughtException?: boolean;
        channels?: string[];
        connectedChannels?: string[];
        connectionWaitTimeout?: number | boolean;
        debug?: boolean;
        disableFatalCrash?: boolean;
        fetchAllChatters?: boolean;
        http?: IHTTPOptions;
        loginWaitInterval?: number;
        loginWaitTimeout?: number | boolean;
        messageCacheLifetime?: number;
        messageCacheMaxSize?: number;
        messageSweepInterval?: number;
        prefix?: string;
        retryInterval?: number;
        retryLimit?: number;
        sync?: boolean;
        syncInterval?: number;
        ws?: IWebSocketOptions;
    }
    Index

    Properties

    autoLogEndEnabled?: boolean
    autoLogEndUncaughtException?: boolean
    channels?: string[]
    connectedChannels?: string[]
    connectionWaitTimeout?: number | boolean
    debug?: boolean
    disableFatalCrash?: boolean
    fetchAllChatters?: boolean
    loginWaitInterval?: number
    loginWaitTimeout?: number | boolean
    messageCacheLifetime?: number
    messageCacheMaxSize?: number
    messageSweepInterval?: number
    prefix?: string
    retryInterval?: number
    retryLimit?: number
    sync?: boolean
    syncInterval?: number