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

    Interface AmoJoChannelClientOptions

    interface AmoJoChannelClientOptions {
        amoChatDomain?: string;
        channelId: string;
        channelSecret: string;
        debug?: boolean;
        timeout?: number;
    }
    Index

    Properties

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