enum EntryPointCommandHandlerType

external
export declare enum EntryPointCommandHandlerType

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

Members

external
AppHandler = 1

The app handles the interaction using an interaction token

external
DiscordLaunchActivity = 2

Discord handles the interaction by launching an Activity and sending a follow-up message without coordinating with the app