UNPKG

whatsapp-cloud-api

Version:

Node.js library for creating bots and sending/receiving messages using the Whatsapp Cloud API

4 lines (3 loc) 120 B
import 'dotenv/config'; export { createBot } from './createBot'; export type { Bot, Message } from './createBot.types';