Skip to main content
Corvus Connection

On Gift Sub

Twitch
entry.onGiftSubFires when a viewer gifts a community subscription bundle. Binds the gifter (or Anonymous) and how many subs were gifted.Triggers on a gifted-sub bundle; total is the gift count.

Outputs

Name
Kind
Type
Flags
outExecexecNone
gifterNameDataSystem.Stringmultiplexed
totalDataSystem.Int32multiplexed
tierDataSystem.Int32multiplexed
isAnonymousDataSystem.Booleanmultiplexed

Parameters

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

Lowers to C#

[OnGiftSub] Handle(ctx, GiftSubContext e)