export declare class ChannelSelectMenuBuilder extends BaseSelectMenuBuilder<APIChannelSelectComponent>
A builder that creates API-compatible JSON data for channel select menus.
Constructors
data?: Partial<APIChannelSelectComponent>)
constructor(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 (
Adds channel types to this select menu.
setChannelTypestypes: RestOrArray<ChannelType>) : this (
Sets channel types for this select menu.
setCustomIdcustomId: string) : this (
Sets the custom id for this select menu.
Inherited from: BaseSelectMenuBuilder
setDisableddisabled?: boolean) : this (
Sets whether this select menu is disabled.
Inherited from: BaseSelectMenuBuilder
setMaxValuesmaxValues: number) : this (
Sets the maximum values that must be selected in the select menu.
Inherited from: BaseSelectMenuBuilder
setMinValuesminValues: number) : this (
Sets the minimum values that must be selected in the select menu.
Inherited from: BaseSelectMenuBuilder
setPlaceholderplaceholder: string) : this (
Sets the placeholder for this select menu.
Inherited from: BaseSelectMenuBuilder
toJSONAPIChannelSelectComponent () :
Serializes this builder to API-compatible JSON data.