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