Interface MessageBulkDeleteInfo

All Superinterfaces:
Entity, OptionalEntryInfo
All Known Implementing Classes:
MessageBulkDeleteInfoImpl

public interface MessageBulkDeleteInfo extends OptionalEntryInfo
The data returned for MESSAGE_BULK_DELETE doesn't actually follow the API documentation. If you're looking for the channel ID that's normally returned from here like in MessageDeleteInfo, use AuditLogEntry.targetId() or AuditLogEntry.targetIdAsLong().
Since:
March 18th, 2020
Author:
kjp12
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface com.mewna.catnip.entity.Entity

    catnip, serialize
  • Method Details

    • deletedMessagesCount

      @CheckReturnValue int deletedMessagesCount()