UNPKG

wa-chat-server-microsoft

Version:

wa-chat-server adapter for the Microsoft Bot Framework

14 lines (13 loc) 533 B
import { Router } from 'express'; import { Types } from 'wa-chat-server'; import { IWAChatServerMicrosoftAdapterConfig } from './interface/IWAChatServerMicrosoftAdapterConfig'; export declare class WAChatServerMicrosoftAdapter implements Types.IWAChatServerAdapter { private config; private waChatServer; private log; private static botAdapter; constructor(config: IWAChatServerMicrosoftAdapterConfig, waChatServer: Types.IWAChatServer); private maskValue; private initAdapter; getRouter(): Router; }