injected service use to handle the chat related operations
injected logger used to handle the logging
request context [headers, body, params, query].
body.userId
is requiredbody.messageId
is required204 Status No Content
This handler will mark message read by applying the following steps in sequence:
Mark message read by userId and messageId (chatService.markMessageRead)
Return 204 Status No Content
400 NBError Bad Request
Generated using TypeDoc
Mark message read handler