Method GetEmotesByIds
- Namespace
- GuildWars2.Hero.Emotes
- Assembly
- GW2SDK.dll
GetEmotesByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves emotes by their IDs.
public Task<(HashSet<Emote> Value, MessageContext Context)> GetEmotesByIds(IEnumerable<string> emoteIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
emoteIds
IEnumerable<string>The emote IDs.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.