Module twilight_model::application::command
source · [−]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 Channel.
Data supplied to a CommandOption of type String.
Data sent to discord to create a command.
Data supplied to a CommandOption of type Integer or Number.
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.
Type used in max_value and min_value command option field.