MessageReactionAddEvent
, MessageReactionRemoveEvent
public class GenericMessageReactionEvent extends GenericMessageEvent
Constructor | Description |
---|---|
GenericMessageReactionEvent(JDA api,
long responseNumber,
User user,
MessageReaction reaction) |
Modifier and Type | Method | Description |
---|---|---|
Group |
getGroup() |
|
Guild |
getGuild() |
|
Member |
getMember() |
|
PrivateChannel |
getPrivateChannel() |
|
MessageReaction |
getReaction() |
|
MessageReaction.ReactionEmote |
getReactionEmote() |
|
TextChannel |
getTextChannel() |
|
User |
getUser() |
getJDA, getResponseNumber
getChannel, getChannelType, getMessageId, getMessageIdLong, isFromType
public 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()