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