1
0
mirror of https://github.com/Decicus/DecAPI-Docs.git synced 2024-11-22 08:52:31 +01:00

[Twitch] Add note to random_user

This commit is contained in:
Alex Thomassen 2023-04-24 16:44:25 +02:00
parent 0f72ba3bfb
commit 2e59b17607
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -170,6 +170,7 @@ endpoints:
- name: "ignore"
description: 'A comma-separated list of <strong>groups</strong> you wish to ignore. These groups are the specific user types. Currently that means the following: <code>moderators, staff, admins, global_mods, viewers</code>.'
notes:
- '<span class="text-warning">This is currently broken, due to changes <a href="https://discuss.dev.twitch.tv/t/legacy-chatters-endpoint-shutdown-details-and-timeline-april-2023/43161">with the Twitch API</a> that was used for this data. The alternative API is being considered, but there is no guarantee it will be implemented.</span>'
- 'Retrieves a list of users that are <strong>currently logged into chat</strong> in the specified channel, then picks one of them randomly.'
- 'Keep in mind that this picks a user that is "logged into" <strong>chat</strong>. You can be connected to chat without watching the stream. "Chatters" is not the same as "viewers".'
- route: "subcount/:channel"