export class ChannelSelectMenuComponent extends BaseSelectMenuComponent<APIChannelSelectComponent>
Represents a channel select menu component
readonlyoptionalArray<ChannelType> channelTypes? :
The options in this select menu
readonlyboolean disabled :
Whether this select menu is disabled
Inherited from: BaseSelectMenuComponent
The maximum amount of options that can be selected
Inherited from: BaseSelectMenuComponent
The minimum amount of options that must be selected
Inherited from: BaseSelectMenuComponent
The placeholder for this select menu
Inherited from: BaseSelectMenuComponent
equalsother: this | Data) : boolean (
other: this | Data
Whether or not the given components are equal
Inherited from: Component