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 cbd2f25 commit 079748dCopy full SHA for 079748d
docs/exts/eventsub.rst
@@ -152,6 +152,13 @@ This is a list of events dispatched by the eventsub ext.
152
153
Called when a prediction ends on a channel you've subscribed to.
154
155
+.. function:: event_eventsub_notification_stream_start(event: StreamOnlineData)
156
+
157
+ Called when a stream starts on a channel you've subscribed to.
158
159
+.. function:: event_eventsub_notification_stream_end(event: StreamOfflineData)
160
161
+ Called when a stream ends on a channel you've subscribed to.
162
163
API Reference
164
--------------
0 commit comments