Skip to main content

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​
TypeNameDescription
Discord.RequestOptionsoptionsThe options to be used when sending the request.