Timeout User
Timeout a Kick user
Parameters
User Login
String required
Can be a user name or a variable like %userName%
Duration
Int required
Timeout duration in seconds. 0 is a permanent ban.
Variables
| Name | Type | Description |
|---|---|---|
Example Value: GenericUserdisplay name of the timed out user | ||
Example Value: 12345678ID of the timed out user | ||
Example Value: genericuserlogin name of the timed out user | ||
Example Value: kickplatform of the timed out user | ||
Example Value: True/Falseindicator whether the timeout has been successful or not |
C# Usage
public bool KickTimeoutUser(string username, int duration, string reason, bool bot = false)