Skip to main content
Corvus Connection

On VIP Remove

TwitchTrigger
entry.onVipRemoveFires when a user's VIP status is removed. Binds the affected user.Triggers when a VIP is removed.Requires the channel:read:vips scope.
ModerationSocial

Outputs

Name
Kind
Type
Flags
outExecexecNone
userIdDataSystem.Stringmultiplexed
userNameDataSystem.Stringmultiplexed

Bindings

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

Parameters

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

Lowers to C#

[OnVipRemove] Handle(ctx, VipContext e)