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