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
CancellationTokenA token to cancel the request.