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