Event DmChannelDeleted
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when a dm channel is deleted For this Event you need the DirectMessages intent specified in Intents
public event AsyncEventHandler<DiscordClient, DmChannelDeleteEventArgs> DmChannelDeleted
Returns
- AsyncEventHandler<DiscordClient, DmChannelDeleteEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.