Table of Contents

Method DeleteChannelAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

DeleteChannelAsync(ulong, string)

Deletes a channel

public Task DeleteChannelAsync(ulong id, string reason)

Parameters

id ulong

Channel ID

reason string

Reason why this channel was deleted

Returns

Task