Chat Controller

Mark Message As Unread

Mark message as read

post/chat/markChatUnread/{instance}

Path parameters

instancestring required

Name of the instance

Request body

chatstring required

remoteJid here

Response

Created

messagestring

A brief message describing the action performed.

readstring

The status of the read action.

Example response

{
  "message": "Read messages",
  "read": "success"
}

Changes