UNPKG

@uneiotech/elisa_whatsapp

Version:

Elisa WhatsApp is a library to stable a communication between channels and server.

9 lines (8 loc) 264 B
import { IConfig, IMessage, IResponse } from "./types"; export declare class ElisaWhatsApp { private config; private authorizationHeaders; constructor(config: IConfig); sendMessage(message: IMessage): Promise<IResponse>; private callService; }