-

npm Depfu WhatsApp_Web 2.2104.6 Discord Chat

+

npm Depfu WhatsApp_Web 2.2106.5 Discord Chat

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.

@@ -2366,7 +2366,7 @@ client.initialize();
diff --git a/docs/structures_Base.js.html b/docs/structures_Base.js.html index 62bda44..5ab039e 100644 --- a/docs/structures_Base.js.html +++ b/docs/structures_Base.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/Base.js + whatsapp-web.js 1.12.5 » Source: structures/Base.js @@ -15,7 +15,7 @@ @@ -60,7 +60,7 @@ module.exports = Base;
diff --git a/docs/structures_BusinessContact.js.html b/docs/structures_BusinessContact.js.html index f91c0f2..16778b7 100644 --- a/docs/structures_BusinessContact.js.html +++ b/docs/structures_BusinessContact.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/BusinessContact.js + whatsapp-web.js 1.12.5 » Source: structures/BusinessContact.js @@ -15,7 +15,7 @@ @@ -59,7 +59,7 @@ module.exports = BusinessContact;
diff --git a/docs/structures_Chat.js.html b/docs/structures_Chat.js.html index cf8fe53..56fdc2a 100644 --- a/docs/structures_Chat.js.html +++ b/docs/structures_Chat.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/Chat.js + whatsapp-web.js 1.12.5 » Source: structures/Chat.js @@ -15,7 +15,7 @@ @@ -288,7 +288,7 @@ module.exports = Chat;
diff --git a/docs/structures_ClientInfo.js.html b/docs/structures_ClientInfo.js.html index c3a9bd9..f563da1 100644 --- a/docs/structures_ClientInfo.js.html +++ b/docs/structures_ClientInfo.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/ClientInfo.js + whatsapp-web.js 1.12.5 » Source: structures/ClientInfo.js @@ -15,7 +15,7 @@ @@ -108,7 +108,7 @@ module.exports = ClientInfo;
diff --git a/docs/structures_Contact.js.html b/docs/structures_Contact.js.html index 772afee..1f570a5 100644 --- a/docs/structures_Contact.js.html +++ b/docs/structures_Contact.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/Contact.js + whatsapp-web.js 1.12.5 » Source: structures/Contact.js @@ -15,7 +15,7 @@ @@ -219,7 +219,7 @@ module.exports = Contact;
diff --git a/docs/structures_GroupChat.js.html b/docs/structures_GroupChat.js.html index 12ba56a..4df2a9f 100644 --- a/docs/structures_GroupChat.js.html +++ b/docs/structures_GroupChat.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/GroupChat.js + whatsapp-web.js 1.12.5 » Source: structures/GroupChat.js @@ -15,7 +15,7 @@ @@ -239,7 +239,7 @@ module.exports = GroupChat;
diff --git a/docs/structures_GroupNotification.js.html b/docs/structures_GroupNotification.js.html index 85215f3..ff0d1b7 100644 --- a/docs/structures_GroupNotification.js.html +++ b/docs/structures_GroupNotification.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/GroupNotification.js + whatsapp-web.js 1.12.5 » Source: structures/GroupNotification.js @@ -15,7 +15,7 @@ @@ -143,7 +143,7 @@ module.exports = GroupNotification;
diff --git a/docs/structures_Label.js.html b/docs/structures_Label.js.html index 696396a..69eafb6 100644 --- a/docs/structures_Label.js.html +++ b/docs/structures_Label.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/Label.js + whatsapp-web.js 1.12.5 » Source: structures/Label.js @@ -15,7 +15,7 @@ @@ -88,7 +88,7 @@ module.exports = Label;
diff --git a/docs/structures_Location.js.html b/docs/structures_Location.js.html index fe9c9c9..4100e77 100644 --- a/docs/structures_Location.js.html +++ b/docs/structures_Location.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/Location.js + whatsapp-web.js 1.12.5 » Source: structures/Location.js @@ -15,7 +15,7 @@ @@ -71,7 +71,7 @@ module.exports = Location;
diff --git a/docs/structures_Message.js.html b/docs/structures_Message.js.html index e1ff300..2b3e15a 100644 --- a/docs/structures_Message.js.html +++ b/docs/structures_Message.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/Message.js + whatsapp-web.js 1.12.5 » Source: structures/Message.js @@ -15,7 +15,7 @@ @@ -322,7 +322,7 @@ class Message extends Base { * Stars this message */ async star() { - await this.pupPage.evaluate((msgId) => { + await this.client.pupPage.evaluate((msgId) => { let msg = window.Store.Msg.get(msgId); if (msg.canStar()) { @@ -335,7 +335,7 @@ class Message extends Base { * Unstars this message */ async unstar() { - await this.pupPage.evaluate((msgId) => { + await this.client.pupPage.evaluate((msgId) => { let msg = window.Store.Msg.get(msgId); if (msg.canStar()) { @@ -386,7 +386,7 @@ module.exports = Message;
diff --git a/docs/structures_MessageMedia.js.html b/docs/structures_MessageMedia.js.html index eccae9f..58ed8b2 100644 --- a/docs/structures_MessageMedia.js.html +++ b/docs/structures_MessageMedia.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/MessageMedia.js + whatsapp-web.js 1.12.5 » Source: structures/MessageMedia.js @@ -15,7 +15,7 @@ @@ -86,7 +86,7 @@ module.exports = MessageMedia;
diff --git a/docs/structures_PrivateChat.js.html b/docs/structures_PrivateChat.js.html index 9858c84..7326f5d 100644 --- a/docs/structures_PrivateChat.js.html +++ b/docs/structures_PrivateChat.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/PrivateChat.js + whatsapp-web.js 1.12.5 » Source: structures/PrivateChat.js @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ module.exports = PrivateChat;
diff --git a/docs/structures_PrivateContact.js.html b/docs/structures_PrivateContact.js.html index 934c432..4cbc1fa 100644 --- a/docs/structures_PrivateContact.js.html +++ b/docs/structures_PrivateContact.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: structures/PrivateContact.js + whatsapp-web.js 1.12.5 » Source: structures/PrivateContact.js @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ module.exports = PrivateContact;
diff --git a/docs/util_Constants.js.html b/docs/util_Constants.js.html index acf907e..092e10c 100644 --- a/docs/util_Constants.js.html +++ b/docs/util_Constants.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: util/Constants.js + whatsapp-web.js 1.12.5 » Source: util/Constants.js @@ -15,7 +15,7 @@ @@ -174,7 +174,7 @@ exports.MessageAck = {
diff --git a/docs/util_InterfaceController.js.html b/docs/util_InterfaceController.js.html index 9bb04e8..f40ccdd 100644 --- a/docs/util_InterfaceController.js.html +++ b/docs/util_InterfaceController.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: util/InterfaceController.js + whatsapp-web.js 1.12.5 » Source: util/InterfaceController.js @@ -15,7 +15,7 @@ @@ -116,7 +116,7 @@ module.exports = InterfaceController;
diff --git a/docs/util_Util.js.html b/docs/util_Util.js.html index 14644a3..470ac57 100644 --- a/docs/util_Util.js.html +++ b/docs/util_Util.js.html @@ -4,7 +4,7 @@ - whatsapp-web.js 1.12.4 » Source: util/Util.js + whatsapp-web.js 1.12.5 » Source: util/Util.js @@ -15,7 +15,7 @@ @@ -197,7 +197,7 @@ module.exports = Util; diff --git a/package.json b/package.json index 83d8113..6476579 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsapp-web.js", - "version": "1.12.4", + "version": "1.12.5", "description": "Library for interacting with the WhatsApp Web API ", "main": "./index.js", "typings": "./index.d.ts",