interface ChannelSelectMenuComponentData
extends
BaseSelectMenuComponentDataexport interface ChannelSelectMenuComponentData extends BaseSelectMenuComponentDataoptionalchannelTypes? : readonly ChannelType[]
The types of channels that can be selected
optionaldefaultValues? : readonly APISelectMenuDefaultValue<SelectMenuDefaultValueType.Channel>[]
The default selected values in this select menu
optionaldisabled? : boolean
Whether the select menu is disabled or not
Inherited from: BaseSelectMenuComponentData
optionalmaxValues? : number
The maximum amount of options that can be selected
Inherited from: BaseSelectMenuComponentData
optionalminValues? : number
The minimum amount of options that can be selected
Inherited from: BaseSelectMenuComponentData
optionalplaceholder? : string
The placeholder of the select menu
Inherited from: BaseSelectMenuComponentData
optionalrequired? : boolean
Whether this component is required in modals
Inherited from: BaseSelectMenuComponentData