Table of Contents

Class MessageDeletedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for MessageDeleted event.

public class MessageDeletedEventArgs : DiscordEventArgs
Inheritance
MessageDeletedEventArgs

Properties

Channel

Gets the channel this message belonged to.

Guild

Gets the guild this message belonged to.

Message

Gets the message that was deleted.