Skip to main content
Module

x/discord_api_types/v8.ts>InteractionResponseType

Up to date Discord API Typings, versioned by the API version
Go to Latest
enum InteractionResponseType
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { InteractionResponseType } from "https://deno.land/x/discord_api_types@0.37.11/v8.ts";

Members

ApplicationCommandAutocompleteResult

For autocomplete interactions

ChannelMessageWithSource = 4

Respond to an interaction with a message

DeferredChannelMessageWithSource

ACK an interaction and edit to a response later, the user sees a loading state

DeferredMessageUpdate

ACK a button interaction and update it to a loading state

Modal

Respond to an interaction with an modal for a user to fill-out

Pong = 1

ACK a Ping

UpdateMessage

ACK a button interaction and edit the message to which the button was attached