public class GuildMessageReactionRemoveAllEvent extends GenericGuildMessageEvent
Message were cleared by a moderator in a guild.
Can be used to detect when the reaction of a message are cleared by a moderator.
| Constructor | Description |
|---|---|
GuildMessageReactionRemoveAllEvent(JDA api,
long responseNumber,
long messageId,
TextChannel channel) |
getJDA, getResponseNumbergetGuildgetChannel, getMessageId, getMessageIdLongpublic GuildMessageReactionRemoveAllEvent(JDA api, long responseNumber, long messageId, TextChannel channel)