Class ModalReplyableEvent<T extends GenericInteractionCreateEvent>

Type Parameters:
T - the type of GenericInteractionCreateEvent this event represents
All Implemented Interfaces:
Reply, ISnowflake, Interaction
Direct Known Subclasses:
CommandEvent, ComponentEvent

public abstract sealed class ModalReplyableEvent<T extends GenericInteractionCreateEvent> extends ReplyableEvent<T> permits CommandEvent, ComponentEvent
Subtype of ReplyableEvent that also supports replying with a Modal.
See Also: