UNPKG

wa-chat-server-mluvii

Version:

Mluvii adapter for the modules wa-chat-server

8 lines (7 loc) 165 B
export interface IWAChatServerMluviiConfig { username: string; secret: string; getTokenUrl: string; sendMessageUrl: string; chatbotId: string; }