Twitch Ban User
Signature
public bool TwitchBanUser(string userName, string reason, bool bot = false)
Parameters
userName
string required
No description provided.
reason
string
No description provided.
bot
bool
Default:
False
No description provided.
Return Type
bool
Example
CPH.TwitchBanUser(userName);
CPH.TwitchBanUser(userName, reason, bot);