KickTimeoutUser

Times out the selected Kick user for the selected duration

Signature

public bool KickTimeoutUser(string username, int duration, string reason, bool bot = false)

Parameters

username
string required
duration
int required
reason
string
bot
bool
Default:
False

No description provided.

Return Type

bool

Example

CPH.KickTimeoutUser(username, duration);
CPH.KickTimeoutUser(username, duration, reason, bot);