Skip to main content
Module

x/harmony/deploy.ts>SelectComponent

An easy to use Discord API Library for Deno.
Latest
interface SelectComponent
import { type SelectComponent } from "https://deno.land/x/harmony@v2.9.0/deploy.ts";

Properties

type: MessageComponentType.SELECT | "SELECT"
customID: string
optional
placeholder: string
optional
disabled: boolean
optional
minValues: number
optional
maxValues: number