Method GetDailyCraftableItems
- Namespace
- GuildWars2.Hero.Crafting.Daily
- Assembly
- GW2SDK.dll
GetDailyCraftableItems(CancellationToken)
Retrieves items that can be crafted once per day per account.
public Task<(HashSet<string> Value, MessageContext Context)> GetDailyCraftableItems(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.
Returns
Remarks
The returned values are strings such as "charged_quartz_crystal" instead of the item ID, so you will need to maintain a conversion from the strings to the item IDs to get the item details.