injected service use to handle the chat related operations
injected pagination config
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This handler will get messages by applying the following steps in sequence:
Get paginated message list (chatService.getPaginatedMessages)
Return the message list
Generated using TypeDoc
Get messages handler