Table of Contents

Interface IDeletable

Namespace
Discord
Assembly
Discord.Net.Core.dll

Determines whether the object is deletable or not.

public interface IDeletable

Methods

DeleteAsync(RequestOptions)

Deletes this object and all its children.

Task DeleteAsync(RequestOptions options = null)

Parameters

options RequestOptions

The options to be used when sending the request.

Returns

Task