Method DeleteAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
DeleteAsync(string?)
Deletes this channel overwrite.
public Task DeleteAsync(string? reason = null)
Parameters
reason
stringReason as to why this overwrite gets deleted.
Deletes this channel overwrite.
public Task DeleteAsync(string? reason = null)
reason
stringReason as to why this overwrite gets deleted.