Class GenericSelectMenuInteractionEvent<T,S extends SelectMenu>

Type Parameters:
T - The select menu value type
S - The type of select menu
All Implemented Interfaces:
ISnowflake, GenericEvent, IDeferrableCallback, IMessageEditCallback, IModalCallback, IPremiumRequiredReplyCallback, IReplyCallback, ComponentInteraction, SelectMenuInteraction<T,S>, Interaction
Direct Known Subclasses:
EntitySelectInteractionEvent, StringSelectInteractionEvent

public class GenericSelectMenuInteractionEvent<T,S extends SelectMenu> extends GenericComponentInteractionCreateEvent implements SelectMenuInteraction<T,S>
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.