Class MessageDeleteEventArgs
Represents arguments for MessageDeleted event.
Namespace: KSharpPlus.EventArgs.Message
Assembly: KSharpPlus.dll
Syntax
public class MessageDeleteEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel this message belonged to.
Declaration
public KuracordChannel Channel { get; }
Property Value
Type | Description |
---|---|
KuracordChannel |
Guild
Gets the guild this message belonged to.
Declaration
public KuracordGuild Guild { get; }
Property Value
Type | Description |
---|---|
KuracordGuild |
Message
Gets the message that was deleted.
Declaration
public KuracordMessage Message { get; }
Property Value
Type | Description |
---|---|
KuracordMessage |