wa-gateway icon indicating copy to clipboard operation
wa-gateway copied to clipboard

Request Profile Picture

Open ravihermawan opened this issue 9 months ago • 0 comments

Mas, kalau bisa request nampilin profile mas

// for low res picture
const ppUrl = await sock.profilePictureUrl("[email protected]")
console.log("download profile picture from: " + ppUrl)
// for high res picture
const ppUrl = await sock.profilePictureUrl("[email protected]", 'image')

ravihermawan avatar May 14 '24 04:05 ravihermawan