Interface AmoJoScopeClientOptions

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

Properties

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

Generated using TypeDoc