Class EmotesClient
- Namespace
- GuildWars2.Hero.Emotes
- Assembly
- GW2SDK.dll
Provides query methods for emotes and unlocked emotes on the account.
public sealed class EmotesClient
- Inheritance
-
EmotesClient
- Inherited Members
Constructors
- EmotesClient(HttpClient)
Initializes a new instance of the EmotesClient class.
Methods
- GetEmoteById(string, MissingMemberBehavior, CancellationToken)
Retrieves an emote by its ID.
- GetEmotes(MissingMemberBehavior, CancellationToken)
Retrieves all emotes.
- GetEmotesByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves emotes by their IDs.
- GetEmotesByPage(int, int?, MissingMemberBehavior, CancellationToken)
Retrieves a page of emotes.
- GetEmotesIndex(CancellationToken)
Retrieves the IDs of all emotes.
- GetUnlockedEmotes(string?, CancellationToken)
Retrieves the IDs of emotes unlocked on the account associated with the access token. This endpoint is only accessible with a valid access token.