Skip to main content
Corvus Connection

On VIP Add

TwitchTrigger
entry.onVipAddFires when a user is granted VIP. Binds the new VIP.Triggers when a VIP is added.Requires the channel:read:vips scope.
ModerationSocial

Outputs

Name
Kind
Type
Flags
outExecexecNone
userIdDataSystem.Stringmultiplexed
userNameDataSystem.Stringmultiplexed

Bindings

Name
Type
Description
userIdSystem.StringThe new VIP's user id.
userNameSystem.StringThe new VIP's display name.

Parameters

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

Lowers to C#

[OnVipAdd] Handle(ctx, VipContext e)