Chats
Mark chat as read
Clears the unread badge on the connected engine for the given chat.
Requires chats:write.
Request
curl -X POST "https://api.blueticks.co/v1/chats/string/mark_read"{
"success": true,
"data": {
"ok": true
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
chat_id*string
Response
Response Body
application/json
application/json