TwitchApi.Chat.GetGlobalChatBadges (TwitchApi v0.1.2) View Source

⛔ This module is autogenerated please do not modify manually.

Example request from twitch api docs:

descriptions:

Returns global chat badges.

requests:

curl -X GET 'https://api.twitch.tv/helix/chat/badges/global'
-H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y'
-H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2'

Example response from twitch api docs:

descriptions:

responses:

{"data":[...{"set_id":"vip","versions":[{"id":"1","image_url_1x":"https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/1","image_url_2x":"https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/2","image_url_4x":"https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3"}]},...]}

Link to this section Summary

Functions

Description:

NEW Gets a list of chat badges that can be used in chat for any channel.

Link to this section Functions

Specs

call() :: {:ok, Finch.Response.t()} | {:error, Exception.t()}

Description:

NEW Gets a list of chat badges that can be used in chat for any channel.

Required authentication:

Required authorization:

User OAuth Token or App Access Token