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) 239 B
export declare class WeChat { private bot; constructor(bot: any); send(message: any, filter: any): Promise<{}>; uploadNews(token: any, articles: any): Promise<any>; sendRequest(token: any, payload: any): Promise<{}>; }