Start Raid

Start a raid
Preview
Preview

Parameters

User Loginrequired
String

Can be a user name or an argument like %userName%

Variables

The following variables will be populated after executing this sub-action:

Description
startRaidSuccessboolean

Whether starting the raid was successful

Example: True / False

C# Usage

public bool TwitchStartRaidByName(string userName)
public bool TwitchStartRaidById(string userId)