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.
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.
- 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.GuildMessageReactionRemoveEvent Indicates that aMessageReaction
was removed from a Message in a Guild