EventSubEvents
The events that can be emitted by any specific EventSub connection.
Extended by
Type parameters
Type parameter | Value |
---|---|
K extends ConnectionTypes | ConnectionTypes |
Properties
Property | Type | Description |
---|---|---|
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. |