Skip to content

Commit b3b99c2

Browse files
committed
Add missing docstring
Add missing docstring for timeout
1 parent 14b0880 commit b3b99c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

twitchio/user.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,8 @@ async def timeout_user(self, token: str, moderator_id: int, user_id: int, durati
13581358
moderator_id: :class:`int`
13591359
The ID of a user that has permission to moderate the broadcaster's chat room.
13601360
If the broadcaster wants to timeout the user set this parameter to the broadcaster's ID.
1361+
user_id: :class:`int`
1362+
The ID of the user that you wish to timeout.
13611363
duration: :class:`int`
13621364
The duration of the timeout in seconds.
13631365
The minimum timeout is 1 second and the maximum is 1,209,600 seconds (2 weeks).

0 commit comments

Comments
 (0)