Type alias ClientOptions

ClientOptions: Partial<EventClientOptions> & {
    autoReconnect: boolean;
    baseURL: string;
    eagerFetching: boolean;
    partials: boolean;
    syncUnreads: boolean;
    channelIsMuted(channel: Channel): boolean;
    retryDelayFunction(retryCount: number): number;
}

Client options object

Generated using TypeDoc