Namespace NetCord.Services.ApplicationCommands
Classes
- EntryPointCommandAttribute
Entry point command serves as the primary way for users to open an app's Activity from the App Launcher. You can create only a single Entry Point command per app.
- MessageCommandAttribute
Message commands are application commands that appear on the context menu (right click or tap) of messages. They are a great way to surface quick actions for your app that target messages.
- SlashCommandAttribute
Slash commands are application commands that are invoked by typing a slash (/) in the chat input box. They allow users to interact with your application.
- SlashCommandChoiceAttribute
Specifies metadata for a choice of a slash command parameter.
- SlashCommandParameterAttribute
Specifies metadata for a parameter of a slash command. Use this attribute to configure how a parameter is presented and validated.
- SubSlashCommandAttribute
Sub slash command allowing to create nested slash commands within a slash command.
- UserCommandAttribute
User commands are application commands that appear on the context menu (right click or tap) of users. They are a great way to surface quick actions for your app that target users.