Table of Contents

Method DeleteAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

DeleteAsync(string?)

Deletes this channel overwrite.

public Task DeleteAsync(string? reason = null)

Parameters

reason string

Reason as to why this overwrite gets deleted.

Returns

Task