KickTimeoutUser

Times out the selected Kick user for the selected duration

public bool KickTimeoutUser(string username, int duration, string reason, bool bot = false)
username
string required
duration
int required
reason
string
bot
bool
bool
CPH.KickTimeoutUser(username, duration);
CPH.KickTimeoutUser(username, duration, reason, bot);