Table of Contents

Method GetAssetsAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetAssetsAsync(CancellationToken)

Retrieves this application's assets.

public Task<IReadOnlyList<DiscordApplicationAsset>> GetAssetsAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<IReadOnlyList<DiscordApplicationAsset>>

This application's assets.