Moderation
C# Methods for Kick > Moderation
KickBanUser
Bans the selected Kick user for the selected reason
1.0.0
public bool KickBanUser(string userName, string reason, bool bot = false)
KickTimeoutUser
Times out the selected Kick user for the selected duration
1.0.0
public bool KickTimeoutUser(string username, int duration, string reason, bool bot = false)
KickUnbanUser
Unbans the selected Kick user
1.0.0
public bool KickUnbanUser(string userName, bool bot = false)