Interface IUpdateable
Defines whether the object is updateable or not.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IUpdateable
Methods​
UpdateAsync(RequestOptions)​
Updates this object's properties with its current state.
View Source​
Declaration
Task UpdateAsync(RequestOptions options = null)
Returns​
System.Threading.Tasks.Task
Parameters​
Type | Name | Description |
---|---|---|
Discord.RequestOptions | options | The options to be used when sending the request. |