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