From 2b3c3e971a7a2f03f2277ac4c2a673de0a979811 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sat, 11 Apr 2020 19:04:15 -0400 Subject: [PATCH] docs: add new param to jsdoc for getProfilePicUrl --- src/Client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Client.js b/src/Client.js index 2b7aaec..53d9a5f 100644 --- a/src/Client.js +++ b/src/Client.js @@ -549,6 +549,7 @@ class Client extends EventEmitter { /** * Returns the contact ID's profile picture URL, if privacy settings allow it + * @param {string} contactId the whatsapp user's ID * @returns {Promise} */ async getProfilePicUrl(contactId) {