You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AnalyticsReadExtensions, scope:"analytics:read:extensions", doc:"View analytics data for the Twitch Extensions owned by the authenticated account.";
158
200
AnalyticsReadGames, scope:"analytics:read:games", doc:"View analytics data for the games owned by the authenticated account.";
159
201
BitsRead, scope:"bits:read", doc:"View Bits information for a channel.";
160
-
ChannelBot, scope:"channel:bot", doc:"Allows the client’s bot users access to a channel.";
202
+
ChannelBot, scope:"channel:bot", doc:"Joins your channel’s chatroom as a bot user, and perform chat-related actions as that user.";
161
203
ChannelEditCommercial, scope:"channel:edit:commercial", doc:"Run commercials on a channel.";
162
204
ChannelManageAds, scope:"channel:manage:ads", doc:"Manage ads schedule on a channel.";
163
205
ChannelManageBroadcast, scope:"channel:manage:broadcast", doc:"Manage a channel’s broadcast configuration, including updating channel configuration and managing stream markers and stream tags.";
206
+
ChannelManageClips, scope:"channel:manage:clips", doc:"Manage Clips for a channel.";
164
207
ChannelManageExtensions, scope:"channel:manage:extensions", doc:"Manage a channel’s Extension configuration, including activating Extensions.";
165
208
ChannelManageGuestStar, scope:"channel:manage:guest_star", doc:"Manage Guest Star for your channel.";
166
209
ChannelManageModerators, scope:"channel:manage:moderators", doc:"Add or remove the moderator role from users in your channel.";
@@ -171,7 +214,7 @@ scope_impls!(
171
214
ChannelManageSchedule, scope:"channel:manage:schedule", doc:"Manage a channel’s stream schedule.";
172
215
ChannelManageVideos, scope:"channel:manage:videos", doc:"Manage a channel’s videos, including deleting videos.";
173
216
ChannelManageVips, scope:"channel:manage:vips", doc:"Add or remove the VIP role from users in your channel.";
174
-
ChannelModerate, scope:"channel:moderate", doc:"Perform moderation actions in a channel. The user requesting the scope must be a moderator in the channel.";
217
+
ChannelModerate, scope:"channel:moderate", doc:"Perform moderation actions in a channel.";
175
218
ChannelReadAds, scope:"channel:read:ads", doc:"Read the ads schedule and details on your channel.";
176
219
ChannelReadCharity, scope:"channel:read:charity", doc:"Read charity campaign details and user donations on your channel.";
177
220
ChannelReadEditors, scope:"channel:read:editors", doc:"View a list of users with the editor role for a channel.";
@@ -184,24 +227,24 @@ scope_impls!(
184
227
ChannelReadStreamKey, scope:"channel:read:stream_key", doc:"View an authorized user’s stream key.";
185
228
ChannelReadSubscriptions, scope:"channel:read:subscriptions", doc:"View a list of all subscribers to a channel and check if a user is subscribed to a channel.";
186
229
ChannelReadVips, scope:"channel:read:vips", doc:"Read the list of VIPs in your channel.";
ChannelSubscriptions, scope:"channel_subscriptions", doc:"Read all subscribers to your channel.";
189
-
ChatEdit, scope:"chat:edit", doc:"Send live stream chat and rooms messages.";
190
-
ChatRead, scope:"chat:read", doc:"View live stream chat and rooms messages.";
230
+
ChatEdit, scope:"chat:edit", doc:"Send chat messages to a chatroom using an IRC connection.";
231
+
ChatRead, scope:"chat:read", doc:"View chat messages sent in a chatroom using an IRC connection.";
191
232
ClipsEdit, scope:"clips:edit", doc:"Manage Clips for a channel.";
233
+
EditorManageClips, scope:"editor:manage:clips", doc:"Manage Clips as an editor.";
192
234
ModerationRead, scope:"moderation:read", doc:"View a channel’s moderation data including Moderators, Bans, Timeouts, and Automod settings.";
193
235
ModeratorManageAnnouncements, scope:"moderator:manage:announcements", doc:"Send announcements in channels where you have the moderator role.";
194
236
ModeratorManageAutoMod, scope:"moderator:manage:automod", doc:"Manage messages held for review by AutoMod in channels where you are a moderator.";
195
-
ModeratorManageAutomodSettings, scope:"moderator:manage:automod_settings", doc:"Manage a broadcaster’s AutoMod settings";
237
+
ModeratorManageAutomodSettings, scope:"moderator:manage:automod_settings", doc:"Manage a broadcaster’s AutoMod settings.";
196
238
ModeratorManageBannedUsers, scope:"moderator:manage:banned_users", doc:"Ban and unban users.";
197
239
ModeratorManageBlockedTerms, scope:"moderator:manage:blocked_terms", doc:"Manage a broadcaster’s list of blocked terms.";
198
240
ModeratorManageChatMessages, scope:"moderator:manage:chat_messages", doc:"Delete chat messages in channels where you have the moderator role";
199
-
ModeratorManageChatSettings, scope:"moderator:manage:chat_settings", doc:"View a broadcaster’s chat room settings.";
241
+
ModeratorManageChatSettings, scope:"moderator:manage:chat_settings", doc:"Manage a broadcaster’s chat room settings.";
200
242
ModeratorManageGuestStar, scope:"moderator:manage:guest_star", doc:"Manage Guest Star for channels where you are a Guest Star moderator.";
201
243
ModeratorManageShieldMode, scope:"moderator:manage:shield_mode", doc:"Manage a broadcaster’s Shield Mode status.";
202
244
ModeratorManageShoutouts, scope:"moderator:manage:shoutouts", doc:"Manage a broadcaster’s shoutouts.";
245
+
ModeratorManageSuspiciousUsers, scope:"moderator:manage:suspicious_users", doc:"Manage suspicious user statuses in channels where the user has the moderator role.";
203
246
ModeratorManageUnbanRequests, scope:"moderator:manage:unban_requests", doc:"Manage a broadcaster’s unban requests.";
204
-
ModeratorManageWarnings, scope:"moderator:manage:warnings", doc:"Manage a broadcaster’s chat warnings.";
247
+
ModeratorManageWarnings, scope:"moderator:manage:warnings", doc:"Warn users in channels where you have the moderator role.";
205
248
ModeratorReadAutomodSettings, scope:"moderator:read:automod_settings", doc:"View a broadcaster’s AutoMod settings.";
206
249
ModeratorReadBannedUsers, scope:"moderator:read:banned_users", doc:"Read the list of bans or unbans in channels where you have the moderator role.";
207
250
ModeratorReadBlockedTerms, scope:"moderator:read:blocked_terms", doc:"View a broadcaster’s list of blocked terms.";
@@ -213,30 +256,36 @@ scope_impls!(
213
256
ModeratorReadModerators, scope:"moderator:read:moderators", doc:"Read the list of moderators in channels where you have the moderator role.";
214
257
ModeratorReadShieldMode, scope:"moderator:read:shield_mode", doc:"View a broadcaster’s Shield Mode status.";
215
258
ModeratorReadShoutouts, scope:"moderator:read:shoutouts", doc:"View a broadcaster’s shoutouts.";
216
-
ModeratorReadSuspiciousUsers, scope:"moderator:read:suspicious_users", doc:"Read chat messages from suspicious users and see users flagged as suspicious in channels where you have the moderator role.";
259
+
ModeratorReadSuspiciousUsers, scope:"moderator:read:suspicious_users", doc:"Read chat messages from suspicious users and see users flagged as suspicious in channels where the user has the moderator role.";
217
260
ModeratorReadUnbanRequests, scope:"moderator:read:unban_requests", doc:"View a broadcaster’s unban requests.";
218
261
ModeratorReadVips, scope:"moderator:read:vips", doc:"Read the list of VIPs in channels where you have the moderator role.";
219
-
ModeratorReadWarnings, scope:"moderator:read:warnings", doc:"View a broadcaster’s chat warnings.";
220
-
UserBot, scope:"user:bot", doc:"Allows client’s bot to act as this user.";
262
+
ModeratorReadWarnings, scope:"moderator:read:warnings", doc:"Read warnings in channels where you have the moderator role.";
263
+
UserBot, scope:"user:bot", doc:"Join a specified chat channel as your user and appear as a bot, and perform chat-related actions as your user.";
221
264
UserEdit, scope:"user:edit", doc:"Manage a user object.";
222
-
UserEditBroadcast, scope:"user:edit:broadcast", doc:"Edit your channel's broadcast configuration, including extension configuration. (This scope implies user:read:broadcast capability.)";
223
-
#[deprecated(note = "Not used anymore, see https://discuss.dev.twitch.tv/t/deprecation-of-create-and-delete-follows-api-endpoints/32351")]
224
-
UserEditFollows, scope:"user:edit:follows", doc:"\\[DEPRECATED\\] Was previously used for “Create User Follows” and “Delete User Follows.";
265
+
UserEditBroadcast, scope:"user:edit:broadcast", doc:"View and edit a user’s broadcasting configuration, including Extension configurations.";
225
266
UserManageBlockedUsers, scope:"user:manage:blocked_users", doc:"Manage the block list of a user.";
226
-
UserManageChatColor, scope:"user:manage:chat_color", doc:"Update the color used for the user’s name in chat.Update User Chat Color";
227
-
UserManageWhispers, scope:"user:manage:whispers", doc:"Read whispers that you send and receive, and send whispers on your behalf.";
267
+
UserManageChatColor, scope:"user:manage:chat_color", doc:"Update the color used for the user’s name in chat.";
268
+
UserManageWhispers, scope:"user:manage:whispers", doc:"Receive whispers sent to your user, and send whispers on your user’s behalf.";
228
269
UserReadBlockedUsers, scope:"user:read:blocked_users", doc:"View the block list of a user.";
229
270
UserReadBroadcast, scope:"user:read:broadcast", doc:"View a user’s broadcasting configuration, including Extension configurations.";
230
-
UserReadChat, scope:"user:read:chat", doc:"View live stream chat and room messages.";
271
+
UserReadChat, scope:"user:read:chat", doc:"Receive chatroom messages and informational notifications relating to a channel’s chatroom.";
231
272
UserReadEmail, scope:"user:read:email", doc:"View a user’s email address.";
232
273
UserReadEmotes, scope:"user:read:emotes", doc:"View emotes available to a user";
233
274
UserReadFollows, scope:"user:read:follows", doc:"View the list of channels a user follows.";
234
275
UserReadModeratedChannels, scope:"user:read:moderated_channels", doc:"Read the list of channels you have moderator privileges in.";
235
276
UserReadSubscriptions, scope:"user:read:subscriptions", doc:"View if an authorized user is subscribed to specific channels.";
236
277
UserReadWhispers, scope:"user:read:whispers", doc:"Receive whispers sent to your user.";
237
-
UserWriteChat, scope:"user:write:chat", doc:"Send messages in a chat room.";
0 commit comments