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)
}
},
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.