Method GetGuildPermissionsIndex
- Namespace
- GuildWars2.Guilds
- Assembly
- GW2SDK.dll
GetGuildPermissionsIndex(CancellationToken)
Retrieves the IDs of all guild permissions.
public Task<(HashSet<string> Value, MessageContext Context)> GetGuildPermissionsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.