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