Common event data for Event.MESSAGE_DELETE_BULK. Passed as a parameter when you register an associated event with discord.on.
The id of the discord.ITextChannel the messages were deleted from.
The id of the discord.Guild this event occurred in, if any.
Note: will be undefined if the event occurred in a DM channel.
The ids of the deleted messages
Generated using TypeDoc
Common event data for Event.MESSAGE_DELETE_BULK. Passed as a parameter when you register an associated event with discord.on.