Table of Contents

Interface IUpdateable

Namespace
Discord
Assembly
Discord.Net.Core.dll

Defines whether the object is updateable or not.

public interface IUpdateable

Methods

UpdateAsync(RequestOptions)

Updates this object's properties with its current state.

Task UpdateAsync(RequestOptions options = null)

Parameters

options RequestOptions

The options to be used when sending the request.

Returns

Task