TwitchApi.Chat.GetChannelChatBadges (TwitchApi v0.1.2) View Source
⛔ This module is autogenerated please do not modify manually.
Example request from twitch api docs:
descriptions:
Returns custom chat badges for the BlueLava Twitch channel.
requests:
curl -X GET 'https://api.twitch.tv/helix/chat/badges?broadcaster_id=135093069'
-H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y'
-H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2'
Example response from twitch api docs:
descriptions:
responses:
Link to this section Summary
Types
The broadcaster whose chat badges are being requested. Provided broadcaster_id must match the user_id in the user OAuth token.Maximum: 1
Link to this section Types
Specs
broadcaster_id() :: %{broadcaster_id: String.t()}
The broadcaster whose chat badges are being requested. Provided broadcaster_id must match the user_id in the user OAuth token.Maximum: 1
Link to this section Functions
Specs
call(broadcaster_id()) :: {:ok, Finch.Response.t()} | {:error, Exception.t()}
Description:
NEW Gets a list of custom chat badges that can be used in chat for the specified channel.
Required authentication:
Required authorization:
User OAuth Token or App Access Token