We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2b36c commit 24aef67Copy full SHA for 24aef67
twitchio/user.py
@@ -920,7 +920,8 @@ async def create_poll(
920
Parameters
921
-----------
922
token: :class:`str`
923
- An oauth token with the ``user:read:broadcast`` scope
+ An oauth token with the ``channel:manage:polls`` scope.
924
+ User ID in token must match the broadcaster's ID.
925
title: :class:`str`
926
Question displayed for the poll.
927
choices: List[:class:`str`]
0 commit comments