public class GuildMessageReactionAddEvent extends GenericGuildMessageReactionEvent
MessageReaction was added to a Message in a Guild
Can be used to detect when a reaction is added in a guild
| Constructor | Description |
|---|---|
GuildMessageReactionAddEvent(JDA api,
long responseNumber,
User user,
MessageReaction reaction) |
getJDA, getResponseNumbergetGuildgetChannel, getMessageId, getMessageIdLonggetMember, getReaction, getReactionEmote, getUserpublic GuildMessageReactionAddEvent(JDA api, long responseNumber, User user, MessageReaction reaction)