public class GenericMessageReactionEvent extends Event
Constructor and Description |
---|
GenericMessageReactionEvent(JDA api,
long responseNumber,
User user,
MessageReaction reaction) |
Modifier and Type | Method and Description |
---|---|
MessageChannel |
getChannel() |
ChannelType |
getChannelType() |
Group |
getGroup() |
Guild |
getGuild() |
Member |
getMember() |
java.lang.String |
getMessageId() |
long |
getMessageIdLong() |
PrivateChannel |
getPrivateChannel() |
MessageReaction |
getReaction() |
MessageReaction.ReactionEmote |
getReactionEmote() |
TextChannel |
getTextChannel() |
User |
getUser() |
boolean |
isFromType(ChannelType type) |
getJDA, getResponseNumber
public GenericMessageReactionEvent(JDA api, long responseNumber, User user, MessageReaction reaction)
public java.lang.String getMessageId()
public long getMessageIdLong()
public Guild getGuild()
public TextChannel getTextChannel()
public PrivateChannel getPrivateChannel()
public Group getGroup()
public MessageChannel getChannel()
public ChannelType getChannelType()
public boolean isFromType(ChannelType type)
public User getUser()
public Member getMember()
public MessageReaction getReaction()
public MessageReaction.ReactionEmote getReactionEmote()