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