docs: add new param to jsdoc for getProfilePicUrl

This commit is contained in:
Pedro Lopez
2020-04-11 19:04:15 -04:00
parent 8528d9b0b6
commit 2b3c3e971a

View File

@@ -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<string>}
*/
async getProfilePicUrl(contactId) {