Member Junction
    Preparing search index...

    Options passed to NativeMeetingModule.createClient. Credentials are resolved upstream.

    interface NativeClientOptions {
        ApplicationId?: string;
        BotToken?: string;
    }
    Index

    Properties

    ApplicationId?: string

    The Discord application (client) id, when the addon needs it to construct the gateway client.

    BotToken?: string

    The Discord bot token (resolved upstream) authorizing the gateway connection.