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 50b5741 commit d6a8e92Copy full SHA for d6a8e92
twitchio/user.py
@@ -652,6 +652,7 @@ async def create_custom_reward(
652
The cost of the reward, in Channel Points. The minimum is 1 point.
653
prompt: str | None
654
The prompt shown to the viewer when they redeem the reward. The prompt is limited to a maximum of 200 characters.
655
+ If provided, the user must input a message when redeeming the reward.
656
enabled: bool
657
A Boolean value that determines whether the reward is enabled. Viewers see only enabled rewards. The default is True.
658
background_color: str | Colour | None
0 commit comments