ZinviteInfo
Returns a specific field of a Discord invite by its code, where type is one of uses, channel, creationDate, inviter, or isTemporary.
Syntax
ZinviteInfo{code;type}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| code | string | Yes | - |
| type | string | Yes | - |
Example
ZinviteInfo{abc123;channel}