TwitchUnbanUser
C# Methods Reference
Signature
public bool TwitchUnbanUser(string userName, bool bot = false)
Parameters
userName
string required
No description provided.
bot
bool
Default:
False
No description provided.
Return Type
bool
Example
CPH.TwitchUnbanUser(userName);
CPH.TwitchUnbanUser(userName, bot);