mimamch / wa-gateway

Headless Multi Session Whatsapp Gateway API
MIT License
207 stars 108 forks source link

Request Profile Picture #39

Open ravihermawan opened 6 months ago

ravihermawan commented 6 months 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')