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