UNPKG

recime-bot-runtime

Version:

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

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