Skip to content

Commit 0e01993

Browse files
committed
Create links for event ref table
1 parent 568ab1a commit 0e01993

File tree

1 file changed

+71
-71
lines changed

1 file changed

+71
-71
lines changed

docs/references/events.rst

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -14,215 +14,215 @@ All events are prefixed with **event_**
1414
- Subscription
1515
- Event
1616
* - Automod Message Hold
17-
- AutomodMessageHoldSubscription
17+
- :meth:`~eventsub.AutomodMessageHoldSubscription`
1818
- automod_message_hold
1919
* - Automod Message Update
20-
- AutomodMessageUpdateSubscription
20+
- :meth:`~eventsub.AutomodMessageUpdateSubscription`
2121
- automod_message_update
2222
* - Automod Settings Update
23-
- AutomodSettingsUpdateSubscription
23+
- :meth:`~eventsub.AutomodSettingsUpdateSubscription`
2424
- automod_settings_update
2525
* - Automod Terms Update
26-
- AutomodTermsUpdateSubscription
26+
- :meth:`~eventsub.AutomodTermsUpdateSubscription`
2727
- automod_terms_update
2828
* - Channel Update
29-
- ChannelUpdateSubscription
29+
- :meth:`~eventsub.ChannelUpdateSubscription`
3030
- channel_update
3131
* - Channel Follow
32-
- ChannelFollowSubscription
32+
- :meth:`~eventsub.ChannelFollowSubscription`
3333
- follow
3434
* - Channel Ad Break Begin
35-
- AdBreakBeginSubscription
35+
- :meth:`~eventsub.AdBreakBeginSubscription`
3636
- ad_break
3737
* - Channel Chat Clear
38-
- ChatClearSubscription
38+
- :meth:`~eventsub.ChatClearSubscription`
3939
- chat_clear
4040
* - Channel Chat Clear User Messages
41-
- ChatClearUserMessagesSubscription
41+
- :meth:`~eventsub.ChatClearUserMessagesSubscription`
4242
- chat_clear_user
4343
* - Channel Chat Message
44-
- ChatMessageSubscription
44+
- :meth:`~eventsub.ChatMessageSubscription`
4545
- message
4646
* - Channel Chat Message Delete
47-
- ChatNotificationSubscription
47+
- :meth:`~eventsub.ChatNotificationSubscription`
4848
- message_delete
4949
* - Channel Chat Notification
50-
- ChatMessageDeleteSubscription
50+
- :meth:`~eventsub.ChatMessageDeleteSubscription`
5151
- chat_notification
5252
* - Channel Chat Settings Update
53-
- ChatSettingsUpdateSubscription
53+
- :meth:`~eventsub.ChatSettingsUpdateSubscription`
5454
- chat_settings_update
5555
* - Channel Chat User Message Hold
56-
- ChatUserMessageHoldSubscription
56+
- :meth:`~eventsub.ChatUserMessageHoldSubscription`
5757
- chat_user_message_hold
5858
* - Channel Chat User Message Update
59-
- ChatUserMessageUpdateSubscription
59+
- :meth:`~eventsub.ChatUserMessageUpdateSubscription`
6060
- chat_user_message_update
6161
* - Channel Shared Chat Session Begin
62-
- SharedChatSessionBeginSubscription
62+
- :meth:`~eventsub.SharedChatSessionBeginSubscription`
6363
- shared_chat_begin
6464
* - Channel Shared Chat Session Update
65-
- SharedChatSessionUpdateSubscription
65+
- :meth:`~eventsub.SharedChatSessionUpdateSubscription`
6666
- shared_chat_update
6767
* - Channel Shared Chat Session End
68-
- SharedChatSessionEndSubscription
68+
- :meth:`~eventsub.SharedChatSessionEndSubscription`
6969
- shared_chat_end
7070
* - Channel Subscribe
71-
- ChannelSubscribeSubscription
71+
- :meth:`~eventsub.ChannelSubscribeSubscription`
7272
- subscription
7373
* - Channel Subscription End
74-
- ChannelSubscriptionEndSubscription
74+
- :meth:`~eventsub.ChannelSubscriptionEndSubscription`
7575
- subscription_end
7676
* - Channel Subscription Gift
77-
- ChannelSubscriptionGiftSubscription
77+
- :meth:`~eventsub.ChannelSubscriptionGiftSubscription`
7878
- subscription_gift
7979
* - Channel Subscription Message
80-
- ChannelSubscribeMessageSubscription
80+
- :meth:`~eventsub.ChannelSubscribeMessageSubscription`
8181
- subscription_message
8282
* - Channel Cheer
83-
- ChannelCheerSubscription
83+
- :meth:`~eventsub.ChannelCheerSubscription`
8484
- cheer
8585
* - Channel Raid
86-
- ChannelRaidSubscription
86+
- :meth:`~eventsub.ChannelRaidSubscription`
8787
- raid
8888
* - Channel Ban
89-
- ChannelBanSubscription
89+
- :meth:`~eventsub.ChannelBanSubscription`
9090
- ban
9191
* - Channel Unban
92-
- ChannelUnbanSubscription
92+
- :meth:`~eventsub.ChannelUnbanSubscription`
9393
- unban
9494
* - Channel Unban Request Create
95-
- ChannelUnbanRequestSubscription
95+
- :meth:`~eventsub.ChannelUnbanRequestSubscription`
9696
- unban_request
9797
* - Channel Unban Request Resolve
98-
- ChannelUnbanRequestResolveSubscription
98+
- :meth:`~eventsub.ChannelUnbanRequestResolveSubscription`
9999
- unban_request_resolve
100100
* - Channel Moderate
101-
- ChannelModerateSubscription
101+
- :meth:`~eventsub.ChannelModerateSubscription`
102102
- mod_action
103103
* - Channel Moderate V2
104-
- ChannelModerateV2Subscription
104+
- :meth:`~eventsub.ChannelModerateV2Subscription`
105105
- mod_action
106106
* - Channel Moderator Add
107-
- ChannelModeratorAddSubscription
107+
- :meth:`~eventsub.ChannelModeratorAddSubscription`
108108
- moderator_add
109109
* - Channel Moderator Remove
110-
- ChannelModeratorRemoveSubscription
110+
- :meth:`~eventsub.ChannelModeratorRemoveSubscription`
111111
- moderator_remove
112112
* - Channel Points Automatic Reward Redemption
113-
- ChannelPointsAutoRedeemSubscription
113+
- :meth:`~eventsub.ChannelPointsAutoRedeemSubscription`
114114
- automatic_redemption_add
115115
* - Channel Points Custom Reward Add
116-
- ChannelPointsRewardAddSubscription
116+
- :meth:`~eventsub.ChannelPointsRewardAddSubscription`
117117
- custom_reward_add
118118
* - Channel Points Custom Reward Update
119-
- ChannelPointsRewardUpdateSubscription
119+
- :meth:`~eventsub.ChannelPointsRewardUpdateSubscription`
120120
- custom_reward_update
121121
* - Channel Points Custom Reward Remove
122-
- ChannelPointsRewardRemoveSubscription
122+
- :meth:`~eventsub.ChannelPointsRewardRemoveSubscription`
123123
- custom_reward_remove
124124
* - Channel Points Custom Reward Redemption Add
125-
- ChannelPointsRedeemAddSubscription
125+
- :meth:`~eventsub.ChannelPointsRedeemAddSubscription`
126126
- custom_redemption_add
127127
* - Channel Points Custom Reward Redemption Update
128-
- ChannelPointsRedeemUpdateSubscription
128+
- :meth:`~eventsub.ChannelPointsRedeemUpdateSubscription`
129129
- custom_redemption_update
130130
* - Channel Poll Begin
131-
- ChannelPollBeginSubscription
131+
- :meth:`~eventsub.ChannelPollBeginSubscription`
132132
- poll_begin
133133
* - Channel Poll Progress
134-
- ChannelPollProgressSubscription
134+
- :meth:`~eventsub.ChannelPollProgressSubscription`
135135
- poll_progress
136136
* - Channel Poll End
137-
- ChannelPollEndSubscription
137+
- :meth:`~eventsub.ChannelPollEndSubscription`
138138
- poll_end
139139
* - Channel Prediction Begin
140-
- ChannelPredictionBeginSubscription
140+
- :meth:`~eventsub.ChannelPredictionBeginSubscription`
141141
- prediction_begin
142142
* - Channel Prediction Progress
143-
- ChannelPredictionProgressSubscription
143+
- :meth:`~eventsub.ChannelPredictionProgressSubscription`
144144
- prediction_progress
145145
* - Channel Prediction Lock
146-
- ChannelPredictionLockSubscription
146+
- :meth:`~eventsub.ChannelPredictionLockSubscription`
147147
- prediction_lock
148148
* - Channel Prediction End
149-
- ChannelPredictionEndSubscription
149+
- :meth:`~eventsub.ChannelPredictionEndSubscription`
150150
- prediction_end
151151
* - Channel Suspicious User Message
152-
- SuspiciousUserMessageSubscription
152+
- :meth:`~eventsub.SuspiciousUserMessageSubscription`
153153
- suspicious_user_message
154154
* - Channel Suspicious User Update
155-
- SuspiciousUserUpdateSubscription
155+
- :meth:`~eventsub.SuspiciousUserUpdateSubscription`
156156
- suspicious_user_update
157157
* - Channel VIP Add
158-
- ChannelVIPAddSubscription
158+
- :meth:`~eventsub.ChannelVIPAddSubscription`
159159
- vip_add
160160
* - Channel VIP Remove
161-
- ChannelVIPRemoveSubscription
161+
- :meth:`~eventsub.ChannelVIPRemoveSubscription`
162162
- vip_remove
163163
* - Channel Warning Acknowledgement
164-
- ChannelWarningAcknowledgementSubscription
164+
- :meth:`~eventsub.ChannelWarningAcknowledgementSubscription`
165165
- warning_acknowledge
166166
* - Channel Warning Send
167-
- ChannelWarningSendSubscription
167+
- :meth:`~eventsub.ChannelWarningSendSubscription`
168168
- warning_send
169169
* - Charity Donation
170-
- CharityDonationSubscription
170+
- :meth:`~eventsub.CharityDonationSubscription`
171171
- charity_campaign_donate
172172
* - Charity Campaign Start
173-
- CharityCampaignStartSubscription
173+
- :meth:`~eventsub.CharityCampaignStartSubscription`
174174
- charity_campaign_start
175175
* - Charity Campaign Progress
176-
- CharityCampaignProgressSubscription
176+
- :meth:`~eventsub.CharityCampaignProgressSubscription`
177177
- charity_campaign_progress
178178
* - Charity Campaign Stop
179-
- CharityCampaignStopSubscription
179+
- :meth:`~eventsub.CharityCampaignStopSubscription`
180180
- charity_campaign_stop
181181
* - Goal Begin
182-
- GoalBeginSubscription
182+
- :meth:`~eventsub.GoalBeginSubscription`
183183
- goal_begin
184184
* - Goal Progress
185-
- GoalProgressSubscription
185+
- :meth:`~eventsub.GoalProgressSubscription`
186186
- goal_progress
187187
* - Goal End
188-
- GoalEndSubscription
188+
- :meth:`~eventsub.GoalEndSubscription`
189189
- goal_end
190190
* - Hype Train Begin
191-
- HypeTrainBeginSubscription
191+
- :meth:`~eventsub.HypeTrainBeginSubscription`
192192
- hype_train
193193
* - Hype Train Progress
194-
- HypeTrainProgressSubscription
194+
- :meth:`~eventsub.HypeTrainProgressSubscription`
195195
- hype_train_progress
196196
* - Hype Train End
197-
- HypeTrainEndSubscription
197+
- :meth:`~eventsub.HypeTrainEndSubscription`
198198
- hype_train_end
199199
* - Shield Mode Begin
200-
- ShieldModeBeginSubscription
200+
- :meth:`~eventsub.ShieldModeBeginSubscription`
201201
- shield_mode_begin
202202
* - Shield Mode End
203-
- ShieldModeEndSubscription
203+
- :meth:`~eventsub.ShieldModeEndSubscription`
204204
- shield_mode_end
205205
* - Shoutout Create
206-
- ShoutoutCreateSubscription
206+
- :meth:`~eventsub.ShoutoutCreateSubscription`
207207
- shoutout_create
208208
* - Shoutout Received
209-
- ShoutoutReceiveSubscription
209+
- :meth:`~eventsub.ShoutoutReceiveSubscription`
210210
- shoutout_receive
211211
* - Stream Online
212-
- StreamOnlineSubscription
212+
- :meth:`~eventsub.StreamOnlineSubscription`
213213
- stream_online
214214
* - Stream Offline
215-
- StreamOfflineSubscription
215+
- :meth:`~eventsub.StreamOfflineSubscription`
216216
- stream_offline
217217
* - User Authorization Grant
218-
- UserAuthorizationGrantSubscription
218+
- :meth:`~eventsub.UserAuthorizationGrantSubscription`
219219
- user_authorization_grant
220220
* - User Authorization Revoke
221-
- UserAuthorizationRevokeSubscription
221+
- :meth:`~eventsub.UserAuthorizationRevokeSubscription`
222222
- user_authorization_revoke
223223
* - User Update
224-
- UserUpdateSubscription
224+
- :meth:`~eventsub.UserUpdateSubscription`
225225
- user_update
226226
* - Whisper Received
227-
- WhisperReceivedSubscription
227+
- :meth:`~eventsub.WhisperReceivedSubscription`
228228
- message_whisper

0 commit comments

Comments
 (0)