BooyahDocs/docs/chatrooms/audiences-count.md
Fijxu f715c168a7 Added more api docs, changed few things 🖤
+ Added Curl request examples (chatrooms api)
+ Updated tree in the files of ./docs
2021-08-20 06:50:42 -04:00

454 B

Audience Count (Spectators)

Request Method: GET

  • /chatrooms/userID/audiences/count = Get info about the channel chatroom, contains the list of moderators of the channel
    • Response Example:

      {
      "ccu": 0,
      "logged_in_ccu": 0,
      "viewer_count": 0
      }
      

Curl Request

curl 'https://booyah.live/api/v3/chatrooms/12345678/audiences/count' \
  -H 'booyah-session-key: yourbooyahsessionkey'