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
Copy file name to clipboardExpand all lines: twitchio/user.py
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2383,10 +2383,6 @@ def fetch_moderators(
2383
2383
user_ids: list[str | int] | None
2384
2384
A list of user IDs used to filter the results. To specify more than one ID, include this parameter for each moderator you want to get.
2385
2385
The returned list includes only the users from the list who are moderators in the broadcaster's channel. You may specify a maximum of 100 IDs.
2386
-
token_for: str | PartialUser
2387
-
User access token that includes the ``moderation:read`` scope.
2388
-
If your app also adds and removes moderators, you can use the ``channel:manage:moderators`` scope instead.
2389
-
The user ID in the access token must match the broadcaster's ID.
2390
2386
first: int
2391
2387
The maximum number of items to return per page in the response. The minimum page size is 1 item per page and the maximum is 100 items per page. The default is 20.
0 commit comments