mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +00:00
docs: add new param to jsdoc for getProfilePicUrl
This commit is contained in:
@@ -549,6 +549,7 @@ class Client extends EventEmitter {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the contact ID's profile picture URL, if privacy settings allow it
|
* Returns the contact ID's profile picture URL, if privacy settings allow it
|
||||||
|
* @param {string} contactId the whatsapp user's ID
|
||||||
* @returns {Promise<string>}
|
* @returns {Promise<string>}
|
||||||
*/
|
*/
|
||||||
async getProfilePicUrl(contactId) {
|
async getProfilePicUrl(contactId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user