InteractionType

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type

Signature

export declare enum InteractionType {    Ping = 1,    ApplicationCommand = 2,    MessageComponent = 3,    ApplicationCommandAutocomplete = 4,    ModalSubmit = 5}

Members

This export does not declare public properties or methods in the generated declaration file.