Interface IModalCallback

All Superinterfaces:
Interaction, ISnowflake
All Known Subinterfaces:
ButtonInteraction, CommandInteraction, ComponentInteraction, ContextInteraction<T>, EntitySelectInteraction, MessageContextInteraction, SelectMenuInteraction<T,S>, SlashCommandInteraction, StringSelectInteraction, UserContextInteraction
All Known Implementing Classes:
ButtonInteractionEvent, ButtonInteractionImpl, CommandInteractionImpl, ComponentInteractionImpl, ContextInteractionImpl, EntitySelectInteractionEvent, EntitySelectInteractionImpl, GenericCommandInteractionEvent, GenericComponentInteractionCreateEvent, GenericContextInteractionEvent, GenericSelectMenuInteractionEvent, MessageContextInteractionEvent, MessageContextInteractionImpl, SelectMenuInteractionImpl, SlashCommandInteractionEvent, SlashCommandInteractionImpl, StringSelectInteractionEvent, StringSelectInteractionImpl, UserContextInteractionEvent, UserContextInteractionImpl

public interface IModalCallback extends Interaction
Interactions which allow sending modals as a response.

Sending a modal using replyModal(Modal) will automatically acknowledge this interaction.