Module twilight_model::application::command[][src]

Expand description

Used for building commands to send to Discord.

Modules

Structs

Data supplied to a CommandOption of type Boolean, User, Channel, Role, or Mentionable.

Data supplied to a CommandOption of type String or Integer.

Data sent to discord to create a command.

Data supplied to a CommandOption of type SubCommand or SubCommandGroup.

Enums

Option for a Command.

Specifies an option that a user must choose from in a dropdown.

Type of a CommandOption.