You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Engine NOWEB.
I would like to know if we can add the "Last Message" from every chat on get all chats Request.
Also, if the contact info can be added too.
It would be awesome if we have the profilePicture included on the Contact Object, but I know that this could underperform the query.
But at least the name of the contact would be great.
{
"id": "xxxxxx@s.whatsapp.net",
"readOnly": false,
"ephemeralExpiration": 0,
"ephemeralSettingTimestamp": 0,
..."lidJid": "xxxxxxx@lid",
"lastMessageRecvTimestamp": 1728314011"lastMessage": "<BODY OF LAST MESSAGE ON CHAT>""contact": {
"id": "xxxxx",
"name": "Jhon Doe",
"profilePicture": "https://xxxx.png"(nice to have)
}
},
The text was updated successfully, but these errors were encountered:
On Engine NOWEB.
I would like to know if we can add the "Last Message" from every chat on get all chats Request.
Also, if the contact info can be added too.
It would be awesome if we have the profilePicture included on the Contact Object, but I know that this could underperform the query.
But at least the name of the contact would be great.
The text was updated successfully, but these errors were encountered: