Skip to content

EventSubEvents

The events that can be emitted by any specific EventSub connection.

Extended by

Type parameters

Type parameterValue
K extends ConnectionTypesConnectionTypes

Properties

PropertyTypeDescription
connectionReady[K]Emitted when the EventSub connection is ready and fully integrated within Twitch.
subscriptionCreate[SubscriptionType<SubscriptionTypes, K>]Emitted when a subscription is created in the first time.
subscriptionMessage[SubscriptionMessage<K>, SubscriptionType<SubscriptionTypes, K>]Emitted when a message from a subscription is received.
subscriptionReload[SubscriptionType<SubscriptionTypes, K>]Emitted when a subscription is reloaded from the storage.