Get a profile picture of a chat or user
Explore this if you need to know about contact and chat avatars
Get a contact image or chat/group picture
curl --request PATCH \
--url https://gate.whapi.cloud/settings \
--header 'accept: application/json' \
--header 'authorization: Bearer {your_token}' \
--header 'content-type: application/json' \
--data '
{
"media": {
"init_avatars": true
}
}
'Why is it done this way?
How to get a profile pic if the user is not in your Contacts List
WhatsApp Profile Picture Retriever Script
Last updated

