Module twilight_http::request::application[][src]

Structs

Create a followup message to an interaction.

Create a new global command.

Create a new command in a guild.

Delete a followup message created from a interaction.

Delete a global command, by ID.

Delete a command in a guild, by ID.

Delete a original interaction response.

Fetch command permissions for a command from the current application in a guild.

Retrieve all global commands for an application.

Get command permissions for all commands from the current application in a guild.

Fetch all commands for a guild, by ID.

Get the original message, by its token.

Respond to an interaction, by ID and token.

The error created if the creation of interaction fails.

Update command permissions for all commands in a guild.

Set global commands.

Set a guild’s commands.

Update command permissions for a single command in a guild.

Update a followup message.

A followup message can not be updated as configured.

Edit a global command, by ID.

Edit a command in a guild, by ID.

Update the original response created by a interaction.

A original response can not be updated as configured.

Enums