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