[GH-ISSUE #39] Request Profile Picture #30

Open
opened 2026-02-27 10:23:53 +03:00 by kerem · 0 comments
Owner

Originally created by @ravihermawan on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/mimamch/wa-gateway/issues/39

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')
Originally created by @ravihermawan on GitHub (May 14, 2024). Original GitHub issue: https://github.com/mimamch/wa-gateway/issues/39 Mas, kalau bisa request nampilin profile mas ``` ts // 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') ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-gateway-mimamch#30
No description provided.