Method GetMistChampionById
- Namespace
- GuildWars2.Pvp
- Assembly
- GuildWars2.dll
GetMistChampionById(string, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a Mist Champion by its ID.
public Task<(MistChampion Value, MessageContext Context)> GetMistChampionById(string mistChampionId, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
mistChampionIdstringThe Mist Champion ID.
languageLanguageThe language to use for descriptions.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(MistChampion Value, MessageContext Context)>
A task that represents the API request.