Table of Contents

Method GetEmotesIndex

Namespace
GuildWars2.Hero.Emotes
Assembly
GW2SDK.dll

GetEmotesIndex(CancellationToken)

Retrieves the IDs of all emotes.

public Task<(HashSet<string> Value, MessageContext Context)> GetEmotesIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<string> Value, MessageContext Context)>

A task that represents the API request.