Skip to main content
Module

x/discord_api_types/v10.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.100/v10.ts";

Properties

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