mimamch / wa-gateway

Headless Multi Session Whatsapp Gateway API
MIT License
159 stars 95 forks source link

Request Profile Picture #39

Open ravihermawan opened 1 month ago

ravihermawan commented 1 month ago

Mas, kalau bisa request nampilin profile mas

// for low res picture
const ppUrl = await sock.profilePictureUrl("xyz@g.us")
console.log("download profile picture from: " + ppUrl)
// for high res picture
const ppUrl = await sock.profilePictureUrl("xyz@g.us", 'image')