UserSelectComponent
Documentation / @discordeno/bot / UserSelectComponent
Interface: UserSelectComponent
Defined in: packages/types/dist/types/discordeno.d.ts:120
https://discord.com/developers/docs/components/reference#user-select-user-select-structure
Extends
Properties
customId
customId:
string
Defined in: packages/types/dist/types/discordeno.d.ts:123
A custom identifier for this component. Maximum 100 characters.
defaultValues?
optional
defaultValues:SelectMenuDefaultValue
[]
Defined in: packages/types/dist/types/discordeno.d.ts:130
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:136
Whether or not this select is disabled
id?
optional
id:number
Defined in: packages/types/dist/types/discordeno.d.ts:65
32 bit integer used as an optional identifier for component
Inherited from
maxValues?
optional
maxValues:number
Defined in: packages/types/dist/types/discordeno.d.ts:134
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:132
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:125
A custom placeholder text if nothing is selected. Maximum 150 characters.
type
type:
UserSelect
Defined in: packages/types/dist/types/discordeno.d.ts:121
The type of the component