Skip to content

AllInteractions

1
type AllInteractions:
2
| AutocompleteInteraction
3
| ChatInputCommandInteraction
4
| UserCommandInteraction
5
| MessageCommandInteraction
6
| ComponentInteraction
7
| SelectMenuInteraction
8
| ModalSubmitInteraction
9
| BaseInteraction;

Source

seyfert/src/structures/Interaction.ts:274