TwitchApi.Chat.GetChannelEmotes (TwitchApi v0.1.2) View Source
⛔ This module is autogenerated please do not modify manually.
Example request from twitch api docs:
descriptions:
This example returns custom emotes defined in the TwitchDev channel.
requests:
curl -X GET 'https://api.twitch.tv/helix/chat/emotes?broadcaster_id=141981764'
-H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y'
-H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2'
Example response from twitch api docs:
descriptions:
responses:
Twitch CLI example that gets the custom emotes for the specified channel.
twitch api get /chat/emotes -qbroadcaster_id=141981764
Link to this section Summary
Types
An ID that identifies the broadcaster to get the emotes from.
Link to this section Types
Specs
broadcaster_id() :: %{broadcaster_id: String.t()}
An ID that identifies the broadcaster to get the emotes from.
Link to this section Functions
Specs
call(broadcaster_id()) :: {:ok, Finch.Response.t()} | {:error, Exception.t()}
Description:
NEW Gets all emotes that the specified Twitch channel created. For example, subscriber emotes, follower emotes, and Bits tier emotes.
Required authentication:
Required authorization:
Requires a user or application OAuth access token.