Skip to main content
Module

x/denocordts/mod.ts>APIMessageComponentSelectMenuInteraction

An Object Oriented Discord API wrapper for Deno.
Latest
type alias APIMessageComponentSelectMenuInteraction
Re-export
import { type APIMessageComponentSelectMenuInteraction } from "https://deno.land/x/denocordts@1.2.0/mod.ts";
definition: APIBaseInteraction<InteractionType.MessageComponent, APIMessageSelectMenuInteractionData> & Required<Pick<APIBaseInteraction<InteractionType.MessageComponent, APIMessageSelectMenuInteractionData>, "channel_id" | "data" | "message">>