Class SelectMenuInteractionEvent

All Implemented Interfaces:
ISnowflake, GenericEvent, IDeferrableCallback, IMessageEditCallback, IReplyCallback, ComponentInteraction, SelectMenuInteraction, Interaction

public class SelectMenuInteractionEvent extends GenericComponentInteractionCreateEvent implements SelectMenuInteraction
Indicates that a custom SelectMenu 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.

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.