Skip to content

Commit ada3b21

Browse files
committed
Add eventsub subscriptions to migrating changelog
1 parent 32c2843 commit ada3b21

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

docs/getting-started/migrating.rst

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,85 @@ Events:
513513
- :func:`twitchio.event_oauth_authorized`
514514
- :func:`twitchio.event_token_refreshed`
515515

516+
EventSub Subscriptions:
517+
518+
:class:`twitchio.eventsub.SubscriptionPayload`
519+
:class:`twitchio.eventsub.AutomodMessageHoldSubscription`
520+
:class:`twitchio.eventsub.AutomodMessageHoldV2Subscription`
521+
:class:`twitchio.eventsub.AutomodMessageUpdateSubscription`
522+
:class:`twitchio.eventsub.AutomodMessageUpdateV2Subscription`
523+
:class:`twitchio.eventsub.AutomodSettingsUpdateSubscription`
524+
:class:`twitchio.eventsub.AutomodTermsUpdateSubscription`
525+
:class:`twitchio.eventsub.ChannelBitsUseSubscription`
526+
:class:`twitchio.eventsub.ChannelUpdateSubscription`
527+
:class:`twitchio.eventsub.ChannelFollowSubscription`
528+
:class:`twitchio.eventsub.AdBreakBeginSubscription`
529+
:class:`twitchio.eventsub.ChatClearSubscription`
530+
:class:`twitchio.eventsub.ChatClearUserMessagesSubscription`
531+
:class:`twitchio.eventsub.ChatMessageSubscription`
532+
:class:`twitchio.eventsub.ChatNotificationSubscription`
533+
:class:`twitchio.eventsub.ChatMessageDeleteSubscription`
534+
:class:`twitchio.eventsub.ChatSettingsUpdateSubscription`
535+
:class:`twitchio.eventsub.ChatUserMessageHoldSubscription`
536+
:class:`twitchio.eventsub.ChatUserMessageUpdateSubscription`
537+
:class:`twitchio.eventsub.SharedChatSessionBeginSubscription`
538+
:class:`twitchio.eventsub.SharedChatSessionUpdateSubscription`
539+
:class:`twitchio.eventsub.SharedChatSessionEndSubscription`
540+
:class:`twitchio.eventsub.ChannelSubscribeSubscription`
541+
:class:`twitchio.eventsub.ChannelSubscriptionEndSubscription`
542+
:class:`twitchio.eventsub.ChannelSubscriptionGiftSubscription`
543+
:class:`twitchio.eventsub.ChannelSubscribeMessageSubscription`
544+
:class:`twitchio.eventsub.ChannelCheerSubscription`
545+
:class:`twitchio.eventsub.ChannelRaidSubscription`
546+
:class:`twitchio.eventsub.ChannelBanSubscription`
547+
:class:`twitchio.eventsub.ChannelUnbanSubscription`
548+
:class:`twitchio.eventsub.ChannelUnbanRequestSubscription`
549+
:class:`twitchio.eventsub.ChannelUnbanRequestResolveSubscription`
550+
:class:`twitchio.eventsub.ChannelModerateSubscription`
551+
:class:`twitchio.eventsub.ChannelModerateV2Subscription`
552+
:class:`twitchio.eventsub.ChannelModeratorAddSubscription`
553+
:class:`twitchio.eventsub.ChannelModeratorRemoveSubscription`
554+
:class:`twitchio.eventsub.ChannelPointsAutoRedeemSubscription`
555+
:class:`twitchio.eventsub.ChannelPointsAutoRedeemV2Subscription`
556+
:class:`twitchio.eventsub.ChannelPointsRewardAddSubscription`
557+
:class:`twitchio.eventsub.ChannelPointsRewardUpdateSubscription`
558+
:class:`twitchio.eventsub.ChannelPointsRewardRemoveSubscription`
559+
:class:`twitchio.eventsub.ChannelPointsRedeemAddSubscription`
560+
:class:`twitchio.eventsub.ChannelPointsRedeemUpdateSubscription`
561+
:class:`twitchio.eventsub.ChannelPollBeginSubscription`
562+
:class:`twitchio.eventsub.ChannelPollProgressSubscription`
563+
:class:`twitchio.eventsub.ChannelPollEndSubscription`
564+
:class:`twitchio.eventsub.ChannelPredictionBeginSubscription`
565+
:class:`twitchio.eventsub.ChannelPredictionLockSubscription`
566+
:class:`twitchio.eventsub.ChannelPredictionProgressSubscription`
567+
:class:`twitchio.eventsub.ChannelPredictionEndSubscription`
568+
:class:`twitchio.eventsub.SuspiciousUserUpdateSubscription`
569+
:class:`twitchio.eventsub.SuspiciousUserMessageSubscription`
570+
:class:`twitchio.eventsub.ChannelVIPAddSubscription`
571+
:class:`twitchio.eventsub.ChannelVIPRemoveSubscription`
572+
:class:`twitchio.eventsub.ChannelWarningAcknowledgementSubscription`
573+
:class:`twitchio.eventsub.ChannelWarningSendSubscription`
574+
:class:`twitchio.eventsub.CharityDonationSubscription`
575+
:class:`twitchio.eventsub.CharityCampaignStartSubscription`
576+
:class:`twitchio.eventsub.CharityCampaignProgressSubscription`
577+
:class:`twitchio.eventsub.CharityCampaignStopSubscription`
578+
:class:`twitchio.eventsub.GoalBeginSubscription`
579+
:class:`twitchio.eventsub.GoalProgressSubscription`
580+
:class:`twitchio.eventsub.GoalEndSubscription`
581+
:class:`twitchio.eventsub.HypeTrainBeginSubscription`
582+
:class:`twitchio.eventsub.HypeTrainProgressSubscription`
583+
:class:`twitchio.eventsub.HypeTrainEndSubscription`
584+
:class:`twitchio.eventsub.ShieldModeBeginSubscription`
585+
:class:`twitchio.eventsub.ShieldModeEndSubscription`
586+
:class:`twitchio.eventsub.ShoutoutCreateSubscription`
587+
:class:`twitchio.eventsub.ShoutoutReceiveSubscription`
588+
:class:`twitchio.eventsub.StreamOnlineSubscription`
589+
:class:`twitchio.eventsub.StreamOfflineSubscription`
590+
:class:`twitchio.eventsub.UserAuthorizationGrantSubscription`
591+
:class:`twitchio.eventsub.UserAuthorizationRevokeSubscription`
592+
:class:`twitchio.eventsub.UserUpdateSubscription`
593+
:class:`twitchio.eventsub.WhisperReceivedSubscription`
594+
516595
Routines:
517596

518597
- :meth:`twitchio.ext.routines.Routine.next_iteration`

0 commit comments

Comments
 (0)