Interface BulkRemovedReactions

All Superinterfaces:
Entity
All Known Implementing Classes:
BulkRemovedReactionsImpl

public interface BulkRemovedReactions extends Entity
Fired over the event bus when all reactions are removed from a message.
Since:
10/6/18.
Author:
amy
  • Method Details

    • channelId

      @Nonnull String channelId()
      Returns:
      The id of the channel where reactions were removed.
    • messageId

      @Nonnull String messageId()
      Returns:
      The id of the messages whose reactions were removed.
    • guildId

      @Nullable String guildId()
      Returns:
      The id of the guild where reactions were removed, if applicable.