Interface IUpdateable
Defines whether the object is updateable or not.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IUpdateable
Methods
| Improve this Doc View SourceUpdateAsync(RequestOptions)
Updates this object's properties with its current state.
Declaration
Task UpdateAsync(RequestOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |