UNPKG

recime-bot-runtime

Version:

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.

7 lines (6 loc) 217 B
import { Channel } from './channel'; import { Bot } from './bot-model'; export declare class SendBird extends Channel { constructor(bot: Bot); execute(body: any, parameters: any, handler: any): Promise<{}>; }