Start Raid
Start a raid

Start Raid Dialog
Parameters
User Login
String required
Can be a user name or an argument like %userName%
Variables
Name | Type | Description |
---|---|---|
Example Value: True / False Whether starting the raid was successful |
C# Usage
public bool TwitchStartRaidByName(string userName)
CPH.TwitchStartRaidByName(userName);
public bool TwitchStartRaidById(string userId)
CPH.TwitchStartRaidById(userId);