export class ChannelSelectMenuComponent extends BaseSelectMenuComponent<APIChannelSelectComponent>
Represents a channel select menu component
readonlyoptionalArray<ChannelType> channelTypes? :
The options in this select menu
readonlystring customId :
The custom id of this select menu
APIMessageComponent data :
The API data associated with this component
readonlyboolean disabled :
Whether this select menu is disabled
readonlyoptionalnumber maxValues? :
The maximum amount of options that can be selected
readonlyoptionalnumber minValues? :
The minimum amount of options that must be selected
readonlyoptionalstring placeholder? :
The placeholder for this select menu
readonlyComponentType type :
The type of the component
equalsother: this | Data) : boolean (
other: this | Data
Whether or not the given components are equal
Inherited from: Component