Package net.dv8tion.jda.api.events.message.react
Events indicating the
These events cannot provide a Message instance due to missing cache but instead provide the Message ID as long representation.
MessageReactions of a Message changed.
These events cannot provide a Message instance due to missing cache but instead provide the Message ID as long representation.
Requirements
The events in this package require at least one of the following intents (Will not fire at all if neither is enabled):
GUILD_MESSAGE_REACTIONSto work in guild text channelsDIRECT_MESSAGE_REACTIONSto work in private channels
-
Class Summary Class Description GenericMessageReactionEvent Indicates that a MessageReaction was added/removed.MessageReactionAddEvent Indicates that a user added a reaction to a message
This includes unicode and custom emojiMessageReactionRemoveAllEvent Indicates the the reactions of a message have been cleared by a moderatorMessageReactionRemoveEmoteEvent Indicates that all reactions for a specific emoji/emote were removed by a moderator.MessageReactionRemoveEvent Indicates that a user removed the reaction on a message