Interface BulkDeletedMessages

All Superinterfaces:
Entity
All Known Implementing Classes:
BulkDeletedMessagesImpl

public interface BulkDeletedMessages extends Entity
Fired over the event bus when messages are bulk deleted.
Since:
10/4/18.
Author:
amy
  • Method Details

    • ids

      @Nonnull @CheckReturnValue List<String> ids()
      Returns:
      The ids of the messages that were deleted.
    • channelId

      @Nonnull @CheckReturnValue default String channelId()
      Returns:
      The id of the channel the messages were deleted in.
    • channelIdAsLong

      @CheckReturnValue long channelIdAsLong()
      Returns:
      The id of the channel the messages were deleted in.
    • guildId

      @Nullable @CheckReturnValue default String guildId()
      Returns:
      The id of the guild the messages were deleted in, if applicable.
    • guildIdAsLong

      @CheckReturnValue long guildIdAsLong()
      Returns:
      The id of the guild the messages were deleted in, if applicable.