Common event data for Event.MESSAGE_DELETE. 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.
Note: will be undefined if the event occurred in a DM channel.
The id of the deleted message
Generated using TypeDoc
Common event data for Event.MESSAGE_DELETE. Passed as a parameter when you register an associated event with discord.on.