Simplify the setup proccess of the WhatsAppAPI for different platforms
import WhatsAppAPI from "whatsapp-api-js";import { NodeNext } from "whatsapp-api-js/setup/node";const api = new WhatsAppAPI(NodeNext({ token: "YOUR_TOKEN", appSecret: "YOUR_APP_SECRET"})); Copy
import WhatsAppAPI from "whatsapp-api-js";import { NodeNext } from "whatsapp-api-js/setup/node";const api = new WhatsAppAPI(NodeNext({ token: "YOUR_TOKEN", appSecret: "YOUR_APP_SECRET"}));
Generated using TypeDoc
Description
Simplify the setup proccess of the WhatsAppAPI for different platforms
Example