public class GenericPrivateMessageReactionEvent extends GenericMessageEvent
| Constructor and Description |
|---|
GenericPrivateMessageReactionEvent(JDA api,
long responseNumber,
User user,
MessageReaction reaction) |
| Modifier and Type | Method and Description |
|---|---|
PrivateChannel |
getChannel() |
MessageReaction |
getReaction() |
MessageReaction.ReactionEmote |
getReactionEmote() |
User |
getUser() |
getChannelType, getMessageId, getMessageIdLong, isFromTypegetJDA, getResponseNumberpublic GenericPrivateMessageReactionEvent(JDA api, long responseNumber, User user, MessageReaction reaction)
public PrivateChannel getChannel()
getChannel in class GenericMessageEventpublic User getUser()
public MessageReaction getReaction()
public MessageReaction.ReactionEmote getReactionEmote()