Class EntitySelectInteractionEvent

All Implemented Interfaces:
ISnowflake, GenericEvent, IDeferrableCallback, IMessageEditCallback, IModalCallback, IPremiumRequiredReplyCallback, IReplyCallback, ComponentInteraction, EntitySelectInteraction, SelectMenuInteraction<IMentionable,EntitySelectMenu>, Interaction

public class EntitySelectInteractionEvent extends GenericSelectMenuInteractionEvent<IMentionable,EntitySelectMenu> implements EntitySelectInteraction
Indicates that a custom EntitySelectMenu on one of the bots messages was used by a user.

This fires when a user selects the options on one of the custom select menus attached to a bot or webhook message. Use getMentions() or GenericSelectMenuInteractionEvent.getValues() to handle the selected entities.

Requirements
To receive these events, you must unset the Interactions Endpoint URL in your application dashboard. You can simply remove the URL for this endpoint in your settings at the Discord Developers Portal.

See Also: