On Raid Started
Twitchentry.onRaidStartedFires when this channel starts an outgoing raid. Binds the target channel and viewer count.Triggers when this channel starts an outgoing raid.Outputs
| out | Exec | exec | None |
| targetId | Data | System.String | multiplexed |
| targetName | Data | System.String | multiplexed |
| viewers | Data | System.Int32 | multiplexed |
Parameters
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |
Lowers to C#
[OnRaidStarted] Handle(ctx, RaidStartedContext e)