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
Copy file name to clipboardExpand all lines: docs/event.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ Used to either create or send mock events for use with local webhooks testing.
31
31
|`raid`| Channel Raid event with a random viewer count. |
32
32
|`revoke`| User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
33
33
|`stream-change`| Stream Changed event. |
34
-
|`streamup`|Only usable with the `eventsub` transport, a stream online event. |
35
-
|`streamdown`|Only usable with the `eventsub` transport, a stream offline event. |
34
+
|`streamup`|Stream online event. |
35
+
|`streamdown`|Sstream offline event. |
36
36
|`add-moderator`| Channel moderator add event. |
37
37
|`remove-moderator`| Channel moderator removal event. |
38
38
@@ -51,7 +51,7 @@ Used to either create or send mock events for use with local webhooks testing.
51
51
|`--status`|`-S`| Status of the event object, currently applies to channel points redemptions. |`-S fulfilled`| N |
52
52
|`--item-id`|`-i`| Manually set the ID of the event payload item (for example the reward ID in redemption events). |`-i 032e4a6c-4aef-11eb-a9f5-1f703d1f0b92`| N |
53
53
|`--cost`|`-C`| Amount of bits or channel points redeemed/used in the event. |`-C 250`| N |
54
-
|`--description`|`-d`| Title the stream should be updated with. |`-d Awesome new title!`| N |
54
+
|`--description`|`-d`| Title the stream should be updated/started with. |`-d Awesome new title!`| N |
55
55
56
56
**Examples**
57
57
@@ -116,8 +116,8 @@ Allows you to test if your webserver responds to subscription requests properly.
116
116
|`raid`| Channel Raid event with a random viewer count. |
117
117
|`revoke`| User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
118
118
|`stream_change`| Stream changed event. |
119
-
|`streamup`|Only usable with the `eventsub` transport, a stream online event. |
120
-
|`streamdown`|Only usable with the `eventsub` transport, a stream offline event. |
119
+
|`streamup`|Stream online event. |
120
+
|`streamdown`|Stream offline event. |
121
121
|`add-moderator`| Channel moderator add event. |
122
122
|`remove-moderator`| Channel moderator removal event. |
0 commit comments