Class DmChannelDeleteEventArgs
Represents arguments for DmChannelDeleted event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class DmChannelDeleteEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the direct message channel that was deleted.
Declaration
public DiscordDmChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordDmChannel |