Skip to main content
Version: v2

GetChatsResponse

Response to the workspace chat list request

chatIdsstring[]required

Array of chatId values present in the specified workspace

Example: [w:ADK5NyCqIK, w:BDK5NyCqIK]
prevPageTokenstring

Token of the previous page of the workspace chat list

Example: BDK5NyCqI4
nextPageTokenstring

Token of the next page of the workspace chat list

Example: BDK5NyCqI4
GetChatsResponse
{
"chatIds": "[w:ADK5NyCqIK, w:BDK5NyCqIK]",
"prevPageToken": "BDK5NyCqI4",
"nextPageToken": "BDK5NyCqI4"
}