Skip to main content
Module

x/higa/mod.ts>SelectMenu

A package to interract with the Discord API coded by myself
Go to Latest
interface SelectMenu
implements Component
import { type SelectMenu } from "https://deno.land/x/higa@0.1.0-fix/mod.ts";

Properties

type: ComponentType.SELECT_MENU
custom_id: string
options: SelectMenuOption[]
optional
placeholder: string
optional
min_values: number
optional
max_values: number
optional
disabled: boolean