Start Raid
Start a raid
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 | ||
---|---|---|
startRaidSuccess | boolean | Whether starting the raid was successful Example: True / False |
C# Usage
public bool TwitchStartRaidByName(string userName)
public bool TwitchStartRaidById(string userId)