KickUnbanUser
Unbans the selected Kick user
Signature
public bool KickUnbanUser(string userName, bool bot = false)
Parameters
userName
string required
No description provided.
bot
bool
Default:
False
No description provided.
Return Type
bool
Example
CPH.KickUnbanUser(userName);
CPH.KickUnbanUser(userName, bot);