Interface ModalInteraction

All Superinterfaces:
IDeferrableCallback, IMessageEditCallback, Interaction, IReplyCallback, ISnowflake
All Known Implementing Classes:
ModalInteractionEvent

public interface ModalInteraction extends IReplyCallback, IMessageEditCallback
Interaction on a Modal

If the modal of this interaction was a reply to a ComponentInteraction, you can also use IMessageEditCallback.deferEdit() to edit the original message that contained the component instead of replying.

See Also: