Skip to main content

Type Alias: NonModalInteraction

NonModalInteraction = ChatInputOrContextMenuCommandInteraction | AutocompleteInteraction | StringSelectMenuInteraction | ButtonInteraction

Defined in: projects/utilities/packages/discord.js-utilities/src/lib/utility-types.ts:85

A union of ChatInputCommandInteractionUserContextMenuCommandInteraction, MessageContextMenuCommandInteraction, AutocompleteInteraction, StringSelectMenuInteraction and ButtonInteraction