Package net.dv8tion.jda.api.events.message.priv.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
These events require the DIRECT_MESSAGE_REACTIONS intent to be enabled.
- Since:
- 3.1
-
Class Summary Class Description GenericPrivateMessageReactionEvent Indicates that aMessageReactionwas added or removed.PrivateMessageReactionAddEvent Indicates that aMessageReactionwas added to a Message in a PrivateChannel.PrivateMessageReactionRemoveEvent Indicates that aMessageReactionwas removed from a Message in a PrivateChannel.