UNPKG

156 BTypeScriptView Raw
1export declare class MessageProcessor {
2 private platform;
3 private botId;
4 constructor(botId: any, platform: any);
5 convert(body: any): any;
6}