Method GetCatsByIds
- Namespace
- GuildWars2.Pve.Home
- Assembly
- GuildWars2.dll
GetCatsByIds(IEnumerable<int>, MissingMemberBehavior, CancellationToken)
Retrieves home cats by their IDs.
public Task<(HashSet<Cat> Value, MessageContext Context)> GetCatsByIds(IEnumerable<int> catIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
catIdsIEnumerable<int>The cat IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.