Interface
MessageDeleteBulkPayload
Payload emitted for Events.
Normalized from `GatewayMessageDeleteBulkDispatchData`.
Properties
channelId
: stringChannel from which the messages were deleted.
guildId
: string | nullGuild the channel belongs to, or `null` for DMs.
ids
: string[]IDs of the deleted messages.