EntitySelectMenu
Represents a selection of options, see EntitySelectMenu.
Parameters
Custom identifier of this component, see EntitySelectMenu.Builder.setCustomId
The SelectTargets that should be supported by this menu, see EntitySelectMenu.Builder.setEntityTypes
Unique identifier of this component, see EntitySelectMenu.Builder.setUniqueId
Displayed when no selections have been made yet, see EntitySelectMenu.Builder.setPlaceholder
The minimum and maximum amount of values a user can select, must not exceed the amount of options
For select menus with the CHANNEL type, the ChannelTypes that should be supported by this menu, see EntitySelectMenu.Builder.setChannelTypes
The default values that will be shown to the user, see EntitySelectMenu.Builder.setDefaultValues
Whether the user must populate this select menu if inside a Modal
Whether this select menu should be disabled, cannot be true in modals
Lambda allowing further configuration