Skip to content

Commit 079748d

Browse files
committed
add event_eventsub_notification_stream_start / event_eventsub_notification_stream_end to docs
1 parent cbd2f25 commit 079748d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/exts/eventsub.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ This is a list of events dispatched by the eventsub ext.
152152

153153
Called when a prediction ends on a channel you've subscribed to.
154154

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.
155162

156163
API Reference
157164
--------------

0 commit comments

Comments
 (0)