Class MessageBulkDeleteInfoImpl

java.lang.Object
com.mewna.catnip.entity.impl.guild.audit.MessageBulkDeleteInfoImpl
All Implemented Interfaces:
Entity, MessageBulkDeleteInfo, OptionalEntryInfo, RequiresCatnip

public class MessageBulkDeleteInfoImpl extends Object implements MessageBulkDeleteInfo, RequiresCatnip
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