Mark specific messages as read for a given instance.
PUT/chat/markMessageAsRead/:instanceName
This endpoint allows users to mark messages as read for a particular instance.
Request
Path Parameters
instanceName stringrequired
The name of the instance to which the reaction should be sent.
Example: codechat
- application/json
Body
required
- Array [
- ]
readMessages object[]required
remoteJid stringrequired
ID of the recipient of the message.
fromMe booleanrequired
Indicates if the message was sent from the user.
id stringrequired
Unique ID of the message.
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...