Warn User
Warn a Twitch user

Warn User Dialog
Parameters
User Login
String required
can be a user name or a variable like %userName%
Reason
String
warn reason
Variables
| Name | Type | Description |
|---|---|---|
Example Value: True/Falseindicator whether the warning has been successful or not | ||
Example Value: GenericUserdisplay name of the warned user | ||
Example Value: 12345678ID of the warned user | ||
Example Value: genericuserlogin name of the warned user | ||
Example Value: twitchplatform of the warned user |
C# Usage
public bool TwitchWarnUser(string userName, string reason)