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​
Type | Name | Description |
---|---|---|
Discord.RequestOptions | options | The options to be used when sending the request. |