InvitesAPI
No summary provided.
constructor(rest)
Constructs a new instance of the
InvitesAPI
className | Type | Optional | Description |
---|---|---|---|
rest | REST | No | None |
Deletes an invite
Name | Type | Optional | Description |
---|---|---|---|
code | string | No | The invite code |
reason | string | Yes | The reason for deleting the invite |
Fetches an invite
Name | Type | Optional | Description |
---|---|---|---|
code | string | No | The invite code |
options | RESTGetAPIInviteQuery | Yes | None |