Interface

MessageDeleteBulkPayload

Payload emitted for Events. Normalized from `GatewayMessageDeleteBulkDispatchData`.

Properties

channelId: string

Channel from which the messages were deleted.

guildId: string | null

Guild the channel belongs to, or `null` for DMs.

ids: string[]

IDs of the deleted messages.