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, isFromType
getJDA, getResponseNumber
public GenericPrivateMessageReactionEvent(JDA api, long responseNumber, User user, MessageReaction reaction)
public PrivateChannel getChannel()
getChannel
in class GenericMessageEvent
public User getUser()
public MessageReaction getReaction()
public MessageReaction.ReactionEmote getReactionEmote()