Skip to main content

Type Alias: ChatInputOrContextMenuCommandInteraction

ChatInputOrContextMenuCommandInteraction: ChatInputCommandInteraction | UserContextMenuCommandInteraction | MessageContextMenuCommandInteraction

A union of ChatInputCommandInteraction, UserContextMenuCommandInteraction and MessageContextMenuCommandInteraction. Similar to CommandInteraction class but as a type union.

Defined in

projects/utilities/packages/discord.js-utilities/src/lib/utility-types.ts:75