Method DeleteChannelAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
DeleteChannelAsync(ulong, string)
Deletes a channel
public Task DeleteChannelAsync(ulong id, string reason)
Parameters
id
ulongChannel ID
reason
stringReason why this channel was deleted
Returns
- Task