TwitchWarnUser
Warns specified Twitch user for the given reason
Signature
public bool TwitchWarnUser(string userName, string reason)
Parameters
userName
string required
No description provided.
reason
string required
No description provided.
Return Type
bool
Example
CPH.TwitchWarnUser(userName, reason);