Type Alias: ChatInputOrContextMenuCommandInteraction
ChatInputOrContextMenuCommandInteraction =
ChatInputCommandInteraction
|UserContextMenuCommandInteraction
|MessageContextMenuCommandInteraction
Defined in: projects/utilities/packages/discord.js-utilities/src/lib/utility-types.ts:77
A union of ChatInputCommandInteraction, UserContextMenuCommandInteraction and MessageContextMenuCommandInteraction. Similar to CommandInteraction class but as a type union.