enum ApplicationCommandType

external
export declare enum ApplicationCommandType

https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-types

Members

external
ChatInput = 1

Slash commands; a text-based command that shows up when a user types /

external
Message = 3

A UI-based command that shows up when you right click or tap on a message

external
PrimaryEntryPoint = 4

A UI-based command that represents the primary way to invoke an app's Activity

external
User = 2

A UI-based command that shows up when you right click or tap on a user