Table of Contents

Method GetEmotes

Namespace
GuildWars2.Hero.Emotes
Assembly
GW2SDK.dll

GetEmotes(MissingMemberBehavior, CancellationToken)

Retrieves all emotes.

public Task<(HashSet<Emote> Value, MessageContext Context)> GetEmotes(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.