TrovoUnbanUser

C# Methods Reference

Signature

public bool TrovoUnbanUser(string userName, bool bot = false)

Parameters

userName
string required

No description provided.

bot
bool
Default:
False

No description provided.

Return Type

bool

Example

CPH.TrovoUnbanUser(userName);
CPH.TrovoUnbanUser(userName, bot);