export declare class ChannelSelectMenuBuilder extends BaseSelectMenuBuilder<APIChannelSelectComponent>
Constructors
data?: Partial<APIChannelSelectComponent>)
constructor(data?: Partial<APIChannelSelectComponent>
Creates a new select menu from API data
readonlyPartial<DataType> data :
The API data associated with this component
Inherited from: ComponentBuilder
addChannelTypestypes: RestOrArray<ChannelType>) : this (
types: RestOrArray<ChannelType>
setChannelTypestypes: RestOrArray<ChannelType>) : this (
types: RestOrArray<ChannelType>
setCustomIdcustomId: string) : this (
customId: string
Sets the custom id for this select menu
Inherited from: BaseSelectMenuBuilder
setDisableddisabled?: boolean) : this (
disabled?: boolean
Sets whether this select menu is disabled
Inherited from: BaseSelectMenuBuilder
setMaxValuesmaxValues: number) : this (
maxValues: number
Sets the maximum values that must be selected in the select menu
Inherited from: BaseSelectMenuBuilder
setMinValuesminValues: number) : this (
minValues: number
Sets the minimum values that must be selected in the select menu
Inherited from: BaseSelectMenuBuilder
setPlaceholderplaceholder: string) : this (
placeholder: string
Sets the placeholder for this select menu
Inherited from: BaseSelectMenuBuilder
toJSONAPIChannelSelectComponent () :
Serializes this component to an API-compatible JSON object