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
type, status and user_id are mutually exclusive and only one can be passed, otherwise ValueError will be raised.
2313
2313
2314
+
This endpoint returns disabled WebSocket subscriptions for a minimum of 1 minute as compared to webhooks which returns disabled subscriptions for a minimum of 10 days.
"""The ``channel.bits.use`` subscription type sends a notification whenever Bits are used on a channel.
411
+
412
+
This event is designed to be an all-purpose event for when Bits are used in a channel and might be updated in the future as more Twitch features use Bits.
413
+
414
+
Currently, this event will be sent when a user:
415
+
416
+
- Cheers in a channel
417
+
- Uses a Power-up
418
+
- Will not emit when a streamer uses a Power-up for free in their own channel.
419
+
420
+
.. important::
421
+
Requires a user access token that includes the ``bits:read`` scope. This must be the broadcaster's token.
422
+
423
+
Bits transactions via Twitch Extensions are not included in this subscription type.
424
+
425
+
One attribute ``.condition`` can be accessed from this class, which returns a mapping of the subscription
426
+
parameters provided.
427
+
428
+
Parameters
429
+
----------
430
+
broadcaster_user_id: str | PartialUser
431
+
The ID, or PartialUser, of the broadcaster to subscribe to.
432
+
433
+
Raises
434
+
------
435
+
ValueError
436
+
The parameters "broadcaster_user_id" must be passed.
"""The ``channel.update`` subscription type sends notifications when a broadcaster updates the category, title, content classification labels, or broadcast language for their channel.
0 commit comments