@mobilon-dev/amotop - v0.1.47
    Preparing search index...

    Interface AmoJoScopeClientOptions

    interface AmoJoScopeClientOptions {
        amoChatDomain?: string;
        channelSecret: string;
        debug?: boolean;
        scopeId: string;
        timeout?: number;
    }
    Index

    Properties

    amoChatDomain?: string
    channelSecret: string
    debug?: boolean
    scopeId: string
    timeout?: number