whatsapp-api-js - v5.2.0
    Preparing search index...

    Module setup

    Simplify the setup proccess of the WhatsAppAPI for different runtimes.

    import { WhatsAppAPI } from "whatsapp-api-js";
    import { NodeNext } from "whatsapp-api-js/setup/node";

    const Whatsapp = new WhatsAppAPI(NodeNext({
    token: "YOUR_TOKEN",
    appSecret: "YOUR_APP_SECRET"
    }));

    Functions

    Bun
    Deno
    Node15
    Node18
    NodeNext
    Web