public class PrivateMessageReactionRemoveEvent extends GenericPrivateMessageReactionEvent
MessageReaction was removed from a Message in a PrivateChannel.
Can be used to detect when a reaction is removed in a private channel.
| Constructor | Description |
|---|---|
PrivateMessageReactionRemoveEvent(JDA api,
long responseNumber,
User user,
MessageReaction reaction) |
getJDA, getResponseNumbergetChannel, getMessageId, getMessageIdLonggetReaction, getReactionEmote, getUserpublic PrivateMessageReactionRemoveEvent(JDA api, long responseNumber, User user, MessageReaction reaction)