Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: reflect looser auth for getChannelChatBadges #646

Merged
merged 1 commit into from Sep 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -374,8 +374,8 @@ HystrixCommand<Void> sendChatAnnouncement(
* Gets a list of custom chat badges that can be used in chat for the specified channel.
* This includes <a href="https://help.twitch.tv/s/article/subscriber-badge-guide">subscriber badges</a> and <a href="https://help.twitch.tv/s/article/custom-bit-badges-guide">Bit badges</a>.
*
* @param authToken User OAuth Token from the broadcaster.
* @param broadcasterId The id of the broadcaster whose chat badges are being requested. Provided broadcaster_id must match the user_id in the user OAuth token.
* @param authToken App or User OAuth Token.
* @param broadcasterId The id of the broadcaster whose chat badges are being requested.
* @return ChatBadgeSetList
*/
@RequestLine("GET /chat/badges?broadcaster_id={broadcaster_id}")
Expand Down