FoxoChat.js Packages
    Preparing search index...

    Interface Options

    interface Options {
        api: {
            rest?: {
                authPrefix?: string;
                baseURL: string;
                enforceAuth?: boolean;
                request?: (
                    url: RequestInfo | URL,
                    init: RequestInit,
                ) => Promise<ResponseLike>;
            };
        };
        gateway: GatewayConstructorOptions;
        mediaBaseUrl: string;
    }
    Index

    Properties

    api: {
        rest?: {
            authPrefix?: string;
            baseURL: string;
            enforceAuth?: boolean;
            request?: (
                url: RequestInfo | URL,
                init: RequestInit,
            ) => Promise<ResponseLike>;
        };
    }
    mediaBaseUrl: string