ZisTimedOut
Returns true if the specified user currently has an active communication timeout. If returnTimestamp is true, returns the expiry timestamp as a Unix string instead of a boolean.
Syntax
ZisTimedOut{userID?;returnTimestamp?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| userID | snowflake | No | author |
| returnTimestamp | boolean | No | false |
Example
ZisTimedOut{123456789012345678;true}