Skip to main content

Interface IDeletable

Determines whether the object is deletable or not.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IDeletable

Methods​

DeleteAsync(RequestOptions)​

Deletes this object and all its children.

View Source​
Declaration
Task DeleteAsync(RequestOptions options = null)
Returns​

System.Threading.Tasks.Task

Parameters​
TypeNameDescription
Discord.RequestOptionsoptionsThe options to be used when sending the request.