No summary provided.
constructor(rest)
Constructs a new instance of the 
InvitesAPI class| Name | Type | Optional | Description | 
|---|---|---|---|
| rest | REST | No | None | 
Deletes an invite
| Name | Type | Optional | Description | 
|---|---|---|---|
| code | string | No | The invite code | 
| options | Pick<RequestData, 'reason' | 'signal'> | Yes | The options for deleting the invite | 
Fetches an invite
| Name | Type | Optional | Description | 
|---|---|---|---|
| code | string | No | The invite code | 
| query | RESTGetAPIInviteQuery | Yes | The options for fetching the invite | 
| options | Pick<RequestData, 'signal'> | Yes | The options for fetching the invite |