Package net.dv8tion.jda.api.events.message.guild.react
Events indicating the
These events cannot provide a Message instance due to missing cache but instead provide the Message ID as long representation.
These events require the
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
These events require the
GUILD_MESSAGE_REACTIONS
intent to be enabled.- Since:
- 3.1
-
Class Summary Class Description GenericGuildMessageReactionEvent Indicates that aMessageReaction
was added or removed in a TextChannel.GuildMessageReactionAddEvent Indicates that aMessageReaction
was added to a Message in a GuildGuildMessageReactionRemoveAllEvent Indicates that the reactions for aMessage
were cleared by a moderator in a guild.GuildMessageReactionRemoveEmoteEvent Indicates that all reactions for a specific emoji/emote were removed by a moderator.GuildMessageReactionRemoveEvent Indicates that aMessageReaction
was removed from a Message in a Guild