@@ -21,6 +21,68 @@ Changelog
21
21
- :meth: `twitchio.Clip.fetch_video ` now properly returns ``None `` when the :class: `twitchio.Clip ` has no ``video_id ``.
22
22
- :class: `twitchio.ChatterColor ` no longer errors whan no valid hex is provided by Twitch.
23
23
24
+ - twitchio.eventsub
25
+ - Additions
26
+ - Added :meth: `twitchio.AutomodMessageHold.respond `
27
+ - Added :meth: `twitchio.AutomodSettingsUpdate.respond `
28
+ - Added :meth: `twitchio.AutomodTermsUpdate.respond `
29
+ - Added :meth: `twitchio.ChannelBitsUse.respond `
30
+ - Added :meth: `twitchio.ChannelUpdate.respond `
31
+ - Added :meth: `twitchio.ChannelFollow.respond `
32
+ - Added :meth: `twitchio.ChannelAdBreakBegin.respond `
33
+ - Added :meth: `twitchio.ChannelChatClear.respond `
34
+ - Added :meth: `twitchio.ChannelChatClearUserMessages.respond `
35
+ - Added :meth: `twitchio.ChatMessage.respond `
36
+ - Added :meth: `twitchio.ChatNotification.respond `
37
+ - Added :meth: `twitchio.ChatMessageDelete.respond `
38
+ - Added :meth: `twitchio.ChatSettingsUpdate.respond `
39
+ - Added :meth: `twitchio.SharedChatSessionBegin.respond `
40
+ - Added :meth: `twitchio.SharedChatSessionUpdate.respond `
41
+ - Added :meth: `twitchio.SharedChatSessionEnd.respond `
42
+ - Added :meth: `twitchio.ChannelSubscribe.respond `
43
+ - Added :meth: `twitchio.ChannelSubscriptionEnd.respond `
44
+ - Added :meth: `twitchio.ChannelSubscriptionGift.respond `
45
+ - Added :meth: `twitchio.ChannelSubscriptionMessage.respond `
46
+ - Added :meth: `twitchio.ChannelCheer.respond `
47
+ - Added :meth: `twitchio.ChannelBan.respond `
48
+ - Added :meth: `twitchio.ChannelUnban.respond `
49
+ - Added :meth: `twitchio.ChannelUnbanRequest.respond `
50
+ - Added :meth: `twitchio.ChannelUnbanRequestResolve.respond `
51
+ - Added :meth: `twitchio.ChannelModerate.respond `
52
+ - Added :meth: `twitchio.ChannelModeratorAdd.respond `
53
+ - Added :meth: `twitchio.ChannelModeratorRemove.respond `
54
+ - Added :meth: `twitchio.ChannelPointsAutoRedeemAdd.respond `
55
+ - Added :meth: `twitchio.ChannelPointsReward.respond `
56
+ - Added :meth: `twitchio.ChannelPointsRedemptionAdd.respond `
57
+ - Added :meth: `twitchio.ChannelPointsRedemptionUpdate.respond `
58
+ - Added :meth: `twitchio.ChannelPollBegin.respond `
59
+ - Added :meth: `twitchio.ChannelPollProgress.respond `
60
+ - Added :meth: `twitchio.ChannelPollEnd.respond `
61
+ - Added :meth: `twitchio.ChannelPredictionBegin.respond `
62
+ - Added :meth: `twitchio.ChannelPredictionProgress.respond `
63
+ - Added :meth: `twitchio.ChannelPredictionLock.respond `
64
+ - Added :meth: `twitchio.ChannelPredictionEnd.respond `
65
+ - Added :meth: `twitchio.SuspiciousUserUpdate.respond `
66
+ - Added :meth: `twitchio.SuspiciousUserMessage.respond `
67
+ - Added :meth: `twitchio.ChannelVIPAdd.respond `
68
+ - Added :meth: `twitchio.ChannelVIPRemove.respond `
69
+ - Added :meth: `twitchio.ChannelWarningAcknowledge.respond `
70
+ - Added :meth: `twitchio.ChannelWarningSend.respond `
71
+ - Added :meth: `twitchio.BaseCharityCampaign.respond `
72
+ - Added :meth: `twitchio.CharityCampaignDonation.respond `
73
+ - Added :meth: `twitchio.GoalBegin.respond `
74
+ - Added :meth: `twitchio.GoalProgress.respond `
75
+ - Added :meth: `twitchio.GoalEnd.respond `
76
+ - Added :meth: `twitchio.HypeTrainBegin.respond `
77
+ - Added :meth: `twitchio.HypeTrainProgress.respond `
78
+ - Added :meth: `twitchio.HypeTrainEnd.respond `
79
+ - Added :meth: `twitchio.ShieldModeBegin.respond `
80
+ - Added :meth: `twitchio.ShieldModeEnd.respond `
81
+ - Added :meth: `twitchio.ShoutoutCreate.respond `
82
+ - Added :meth: `twitchio.ShoutoutReceive.respond `
83
+ - Added :meth: `twitchio.StreamOnline.respond `
84
+ - Added :meth: `twitchio.StreamOffline.respond `
85
+
24
86
- ext.commands
25
87
- Additions
26
88
- Added :class: `~twitchio.ext.commands.Converter `
0 commit comments