Skip to main content
Module

x/discord_api_types/v10.ts>APISelectMenuOption

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APISelectMenuOption
import { type APISelectMenuOption } from "https://deno.land/x/discord_api_types@0.37.11/v10.ts";

Properties

label: string

The user-facing name of the option (max 25 chars)

value: string

The dev-defined value of the option (max 100 chars)

optional
description: string

An additional description of the option (max 50 chars)

The emoji to display to the left of the option

optional
default: boolean

Whether this option should be already-selected by default