Interface IModalCallback

All Superinterfaces:
Interaction, ISnowflake
All Known Subinterfaces:
ButtonInteraction, CommandInteraction, ComponentInteraction, ContextInteraction<T>, MessageContextInteraction, SelectMenuInteraction, SlashCommandInteraction, UserContextInteraction
All Known Implementing Classes:
ButtonInteractionEvent, GenericCommandInteractionEvent, GenericComponentInteractionCreateEvent, GenericContextInteractionEvent, MessageContextInteractionEvent, SelectMenuInteractionEvent, SlashCommandInteractionEvent, UserContextInteractionEvent

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

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