RestAction
that can be used to operate on a specific case before executing the request.See: Description
| Class | Description |
|---|---|
| AuditableRestAction<T> | |
| AuditableRestAction.EmptyRestAction<T> |
Specialized form of
AuditableRestAction that is used to provide information that
has already been retrieved or generated so that another request does not need to be made to Discord. |
| AuditableRestAction.FailedRestAction<T> |
Specialized form of
AuditableRestAction that is used to provide information that
an error has occurred while attempting to execute a request. |
| ChannelAction |
Extension of
RestAction specifically
designed to create a Channel. |
| InviteAction |
Invite Builder system created as an extension of RestAction
Provides an easy way to gather and deliver information to Discord to create Invites. |
| PermissionOverrideAction | |
| RoleAction |
Extension of
RestAction specifically
designed to create a Role. |
| WebhookAction |
Webhook Builder system created as an extension of RestAction
Provides an easy way to gather and deliver information to Discord to create Webhooks. |
RestAction
that can be used to operate on a specific case before executing the request.