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

usersinteger
botsinteger

Example response

{
  "bots": 6,
  "users": 0
}

Changes