Overview
Methods
Can be accessed using client.kraken.bits
on an
ApiClient
instance.
Example
const api = new ApiClient(new StaticAuthProvider(clientId, accessToken));
const cheermotes = await api.kraken.bits.getCheermotes();
Methods
getCheermotes(channel, includeSponsored)
asyncRetrieves global and channel cheermotes.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
channel | UserIdResolvable | none |
The channel you want to retrieve the available cheermotes for. If not given, this method retrieves a list of globally available cheermotes. |
|
includeSponsored | boolean | true |
Whether to include sponsored cheermotes in the list. |
Return type:
CheermoteList