Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/deps.ts>InteractionResponseType

An Object Oriented Discord API wrapper for Deno.
Latest
enum InteractionResponseType
import { InteractionResponseType } from "https://deno.land/x/denocordts@1.2.0/deps.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