paginated response with results as an array of chat room details
Get all avaliable chat rooms in an application
0.1.0
getChatRooms().then(paginatedResponse => console.log(paginatedResponse)) Copy
getChatRooms().then(paginatedResponse => console.log(paginatedResponse))
Generated using TypeDoc
Description
Get all avaliable chat rooms in an application
Async
Since
0.1.0
Example