Skip to main content
Corvus Connection

On Raid Started

Twitch
entry.onRaidStartedFires when this channel starts an outgoing raid. Binds the target channel and viewer count.Triggers when this channel starts an outgoing raid.

Outputs

Name
Kind
Type
Flags
outExecexecNone
targetIdDataSystem.Stringmultiplexed
targetNameDataSystem.Stringmultiplexed
viewersDataSystem.Int32multiplexed

Parameters

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

Lowers to C#

[OnRaidStarted] Handle(ctx, RaidStartedContext e)