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