injected service use to handle the chat related operations
injected auth secrets use to handle the authentication
injected pagination config
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This handler will get topic message list by applying the following steps in sequence:
Authenticate the request (authenticate)
Get paginated topic message list by topicId (chatService.getPaginatedTopicMessages)
Return the topic message list
500 NBError Internal Server Error
Generated using TypeDoc
Get topic message list handler