diff --git a/src/Client.js b/src/Client.js index 6dec95c..23b308c 100644 --- a/src/Client.js +++ b/src/Client.js @@ -335,6 +335,17 @@ class Client extends EventEmitter { async destroy() { await this.pupBrowser.close(); } + + /** + * Returns the version of WhatsApp Web currently being run + * @returns Promise + */ + async getWWebVersion() { + return await this.pupPage.evaluate(() => { + return window.Debug.VERSION; + }); + } + /** * Mark as seen for the Chat * @param {string} chatId @@ -348,6 +359,7 @@ class Client extends EventEmitter { }, chatId); return result; } + /** * Send a message to a specific chatId * @param {string} chatId