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

x/denocordts/src/types/commandInteraction.ts>CommandInteraction

An Object Oriented Discord API wrapper for Deno.
Latest
type alias CommandInteraction
import { type CommandInteraction } from "https://deno.land/x/denocordts@1.2.0/src/types/commandInteraction.ts";
definition: Camelize<GatewayInteractionCreateDispatchData> & { reply: ApplicationCommandInteraction["reply"]; deferReply: ApplicationCommandInteraction["deferReply"]; editReply: ApplicationCommandInteraction["editReply"]; deleteReply: ApplicationCommandInteraction["deleteReply"]; editFollowUp: ApplicationCommandInteraction["editFollowUp"]; deleteFollowUp: ApplicationCommandInteraction["deleteFollowUp"]; followUp: ApplicationCommandInteraction["followUp"]; fetchFollowUp: ApplicationCommandInteraction["fetchFollowUp"]; isCommand: boolean; isComponentInteraction: boolean; isAutoComplete: boolean; isModalSubmit: boolean; populateAutoCompleteChoices: ApplicationCommandInteraction["populateAutoCompleteChoices"]; showModal: ApplicationCommandInteraction["showModal"]; closeModal: ApplicationCommandInteraction["closeModal"]; }