Skip to main content
Corvus Connection

On Subscribe

Twitch
entry.onSubscribeFires when a viewer subscribes (standalone or gifted). Binds the subscriber, tier, and whether it was gifted.Triggers on a subscription; tier is 1, 2, or 3.

Outputs

Name
Kind
Type
Flags
outExecexecNone
userIdDataSystem.Stringmultiplexed
displayNameDataSystem.Stringmultiplexed
tierDataSystem.Int32multiplexed
isGiftDataSystem.Booleanmultiplexed

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnSubscribe] Handle(ctx, SubscribeContext e)

Used in