Skip to main content
Corvus Connection

Twitch: Start Raid

Twitch
twitch.startRaidRaids the target channel (a team member) with your stream. Wire the target channel's user id into 'targetChannelId'. Requires channel:manage:raids.Starts an outgoing raid to the target channel id.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
targetChannelIdDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.Twitch.StartRaidAsync(targetChannelId);