Interface SelectMenuInteraction<T,S extends SelectMenu>

Type Parameters:
T - The select menu value type
S - The type of select menu
All Superinterfaces:
ComponentInteraction, IDeferrableCallback, IMessageEditCallback, IModalCallback, Interaction, IPremiumRequiredReplyCallback, IReplyCallback, ISnowflake
All Known Subinterfaces:
EntitySelectInteraction, StringSelectInteraction
All Known Implementing Classes:
EntitySelectInteractionEvent, GenericSelectMenuInteractionEvent, StringSelectInteractionEvent

public interface SelectMenuInteraction<T,S extends SelectMenu> extends ComponentInteraction
Component Interaction for a SelectMenu.
See Also: