export class ChannelSelectMenuComponent extends BaseSelectMenuComponent<APIChannelSelectComponent>Represents a channel select menu component
readonlyoptionalchannelTypes? : Array<ChannelType> 
The options in this select menu
readonlydisabled : boolean 
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
 equals(other: this | Data) : boolean
other: this | Data
Whether or not the given components are equal
Inherited from: Component