Method GetEmotesByIds
- Namespace
- GuildWars2.Hero.Emotes
- Assembly
- GuildWars2.dll
GetEmotesByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves emotes by their IDs.
public Task<(IImmutableValueSet<Emote> Value, MessageContext Context)> GetEmotesByIds(IEnumerable<string> emoteIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
emoteIdsIEnumerable<string>The emote IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(IImmutableValueSet<Emote> Value, MessageContext Context)>
A task that represents the API request.