Class UserContextInteractionEvent

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

public class UserContextInteractionEvent extends GenericContextInteractionEvent<User> implements UserContextInteraction
Indicates that a user 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: