Class GenericContextInteractionEvent<T>

All Implemented Interfaces:
ISnowflake, GenericEvent, IDeferrableCallback, IModalCallback, IPremiumRequiredReplyCallback, IReplyCallback, CommandInteraction, CommandInteractionPayload, ContextInteraction<T>, Interaction
Direct Known Subclasses:
MessageContextInteractionEvent, UserContextInteractionEvent

public class GenericContextInteractionEvent<T> extends GenericCommandInteractionEvent implements ContextInteraction<T>
Indicates that a ContextInteraction was used.

Requirements
To receive these events, you must unset the Interactions Endpoint URL in your application dashboard. You can simply remove the URL for this endpoint in your settings at the Discord Developers Portal.