Skip to main content
Corvus Connection

On Channel Point Redeem

Twitch
entry.onChannelPointRedeemFires when a viewer redeems a custom channel-point reward. Binds the redeemer, the reward, and any typed input.Triggers on a channel-point reward redemption.

Outputs

Name
Kind
Type
Flags
outExecexecNone
userIdDataSystem.Stringmultiplexed
displayNameDataSystem.Stringmultiplexed
rewardTitleDataSystem.Stringmultiplexed
rewardCostDataSystem.Int32multiplexed
userInputDataSystem.Stringmultiplexed

Parameters

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

Lowers to C#

[OnChannelPointRedeem] Handle(ctx, ChannelPointRedeemContext e)