whatsapp-web.js
A WhatsApp API client that connects through the WhatsApp Web browser app
It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocked.
@@ -479,12 +479,17 @@ client.initialize();diff --git a/docs/Base.html b/docs/Base.html index 6e3956d..a3e566e 100644 --- a/docs/Base.html +++ b/docs/Base.html @@ -4,7 +4,7 @@
-Source: Client.
Source: Client.
Starting point for interacting with the WhatsApp Web API
Check if a given ID is registered in whatsapp
+Promise containing Boolean
Force reset of connection state for the client
Emitted when media has been uploaded for a message sent by the client.
+| Name | +Type | +Optional | +Description | +
|---|---|---|---|
|
+ message + |
+ + + | +
+ + |
+
+ The message with media that was uploaded + |
+
Emitted when a new message is received.
ACK status for the message
+If the message was sent to a group, this field will contain the user that sent the message.
@@ -371,7 +379,7 @@ diff --git a/docs/MessageMedia.html b/docs/MessageMedia.html index e6518da..1c0bd9e 100644 --- a/docs/MessageMedia.html +++ b/docs/MessageMedia.html @@ -4,7 +4,7 @@ -MEDIA_UPLOADED
++
+
GROUP_JOIN
@@ -991,7 +1004,7 @@ diff --git a/docs/index.html b/docs/index.html index b73c576..3f83f95 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ -A WhatsApp API client that connects through the WhatsApp Web browser app
It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocked.
@@ -479,12 +479,17 @@ client.initialize();