Method GetBackgroundStoryAnswersIndex
- Namespace
- GuildWars2.Hero.StoryJournal
- Assembly
- GW2SDK.dll
GetBackgroundStoryAnswersIndex(CancellationToken)
Retrieves the IDs of all background story answers.
public Task<(HashSet<string> Value, MessageContext Context)> GetBackgroundStoryAnswersIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.