TwitchBanUser
C# Methods Reference
Signature
public bool TwitchBanUser(string userName, string reason, bool bot = false)
Parameters
userName
string required
reason
string
bot
bool
Return Type
bool
Example
CPH.TwitchBanUser(userName);
CPH.TwitchBanUser(userName, reason, bot);