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