Skip to main content
Module

x/discord_api_types/payloads/mod.ts>APIMessageChannelSelectInteractionData

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIMessageChannelSelectInteractionData
implements APIMessageComponentBaseInteractionData<ComponentType.ChannelSelect>
import { type APIMessageChannelSelectInteractionData } from "https://deno.land/x/discord_api_types@0.37.76/payloads/mod.ts";

Properties

values: Snowflake[]
resolved: Required<Pick<APIInteractionDataResolved, "channels">>