UNPKG

217 BTypeScriptView Raw
1import { Channel } from './channel';
2import { Bot } from './bot-model';
3export declare class SendBird extends Channel {
4 constructor(bot: Bot);
5 execute(body: any, parameters: any, handler: any): Promise<{}>;
6}