Skip to main content
Module

x/wackford/discordeno.ts>SelectMenuChannelsComponent

The wackiest Discord bot framework for Deno powered by Discordeno
Latest
interface SelectMenuChannelsComponent
import { type SelectMenuChannelsComponent } from "https://deno.land/x/wackford@v0.0.6/discordeno.ts";

Properties

type: MessageComponentTypes.SelectMenuChannels

SelectMenuChannels Component is of type 8

customId: string

A custom identifier for this component. Maximum 100 characters.

optional
placeholder: string

A custom placeholder text if nothing is selected. Maximum 150 characters.

optional
minValues: number

The minimum number of items that must be selected. Default 1. Between 1-25.

optional
maxValues: number

The maximum number of items that can be selected. Default 1. Between 1-25.

optional
disabled: boolean

Whether or not this select is disabled