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