Class MessageContextInteractionEvent

All Implemented Interfaces:
ISnowflake, GenericEvent, IDeferrableCallback, IModalCallback, IPremiumRequiredReplyCallback, IReplyCallback, CommandInteraction, CommandInteractionPayload, ContextInteraction<Message>, MessageContextInteraction, Interaction

public class MessageContextInteractionEvent extends GenericContextInteractionEvent<Message> implements MessageContextInteraction
Indicates that a message context command 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.

See Also: