Skip to main content
Module

x/discord_api_types/v8.ts>APISelectMenuOption

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APISelectMenuOption
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type APISelectMenuOption } from "https://deno.land/x/discord_api_types@0.37.11/v8.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