InteractionResponseType

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

Signature

export declare enum InteractionResponseType {    Pong = 1,    ChannelMessageWithSource = 4,    DeferredChannelMessageWithSource = 5,    DeferredMessageUpdate = 6,    UpdateMessage = 7,    ApplicationCommandAutocompleteResult = 8,    Modal = 9,    LaunchActivity = 12}

Members

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