UNPKG

recime-bot-runtime

Version:

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

11 lines (10 loc) 203 B
export interface Payload { messages: any; filter: Array<any>; platform: string; } export declare class Broadcast { private bot; constructor(bot: any); send(body: Payload): any; }