interface ChannelSelectMenuComponentData

export interface ChannelSelectMenuComponentData extends BaseSelectMenuComponentData

optional
channelTypes? : readonly ChannelType[]

The types of channels that can be selected

customId : string

The custom id of the select menu

Inherited from: BaseSelectMenuComponentData

The default selected values in this select menu

optional
disabled? : boolean

Whether the select menu is disabled or not

Inherited from: BaseSelectMenuComponentData

optional
id? : number

the id of this component

Inherited from: BaseComponentData

optional
maxValues? : number

The maximum amount of options that can be selected

Inherited from: BaseSelectMenuComponentData

optional
minValues? : number

The minimum amount of options that can be selected

Inherited from: BaseSelectMenuComponentData

optional
placeholder? : string

The placeholder of the select menu

Inherited from: BaseSelectMenuComponentData

optional
required? : boolean

Whether this component is required in modals

Inherited from: BaseSelectMenuComponentData