SelectMenuChannelsComponent
Documentation / @discordeno/bot / SelectMenuChannelsComponent
Interface: SelectMenuChannelsComponent
Defined in: packages/types/dist/types/discordeno.d.ts:164
Properties
channelTypes?
optional
channelTypes:ChannelTypes
[]
Defined in: packages/types/dist/types/discordeno.d.ts:181
List of channel types to include in the options list
customId
customId:
string
Defined in: packages/types/dist/types/discordeno.d.ts:168
A custom identifier for this component. Maximum 100 characters.
defaultValues?
optional
defaultValues:SelectMenuDefaultValue
[]
Defined in: packages/types/dist/types/discordeno.d.ts:175
List of default values for auto-populated select menu components The number of default values must be in the range defined by minValues and maxValues
disabled?
optional
disabled:boolean
Defined in: packages/types/dist/types/discordeno.d.ts:183
Whether or not this select is disabled
maxValues?
optional
maxValues:number
Defined in: packages/types/dist/types/discordeno.d.ts:179
The maximum number of items that can be selected. Default 1. Between 1-25.
minValues?
optional
minValues:number
Defined in: packages/types/dist/types/discordeno.d.ts:177
The minimum number of items that must be selected. Default 1. Between 1-25.
placeholder?
optional
placeholder:string
Defined in: packages/types/dist/types/discordeno.d.ts:170
A custom placeholder text if nothing is selected. Maximum 150 characters.
type
type:
SelectMenuChannels
Defined in: packages/types/dist/types/discordeno.d.ts:166
SelectMenuChannels Component is of type 8