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) 182 B
export declare class Telegram { private bot; constructor(bot: any); send(message: any, filter: any): any; sendToReceiver(message: any, receiver: any): Promise<{}>; }