UNPKG

recime-bot-runtime

Version:

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

8 lines (7 loc) 251 B
import { Channel } from "./channel"; import { Bot } from "./bot-model"; export declare class Telegram extends Channel { constructor(bot: Bot); execute(body: any, parameters: any, handler: any): Promise<{}>; send(body: any): Promise<{}>; }