Chat
Get connected users.
Returns an array with browser users in the first position and API users (bots) in the second position.
get/chat/connected
Response
Request was successful
Example response
{
"bots": 6,
"users": 0
}Returns an array with browser users in the first position and API users (bots) in the second position.
Request was successful
{
"bots": 6,
"users": 0
}