Overview
Methods
Can be accessed using client.kraken.chat
on an
ApiClient
instance.
Example
const api = new ApiClient(new StaticAuthProvider(clientId, accessToken));
const emotes = await api.kraken.chat.getEmotesBySets('1');
Methods
getEmotesBySets(emotesets)
asyncRetrieves a list of emotes for a given list of enote set IDs.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
emotesets | Array<string> | string | none |
The list of emote set IDs, either as array of strings or as a comma separated string. |
Return type:
ChatEmoteList