ConduitEvents
The specific events for a Conduit.
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
connectionReady | [Conduit ] | Emitted when the EventSub connection is ready and fully integrated within Twitch. | EventSubEvents .connectionReady |
shardConnect | [Conduit , Shard ] | Emitted when a shard connects to the Conduit and all the verifications have been passed. | - |
subscriptionCreate | [ConduitSubscription <SubscriptionTypes >] | Emitted when a subscription is created in the first time. | EventSubEvents .subscriptionCreate |
subscriptionMessage | [SubscriptionMessage <Conduit >, ConduitSubscription <SubscriptionTypes >] | Emitted when a message from a subscription is received. | EventSubEvents .subscriptionMessage |
subscriptionReload | [ConduitSubscription <SubscriptionTypes >] | Emitted when a subscription is reloaded from the storage. | EventSubEvents .subscriptionReload |