get_cheermotes | R Documentation |
Retrieves the list of available Cheermotes, animated emotes to which viewers can assign Bits, to cheer in chat. Cheermotes returned are available throughout Twitch, in all Bits-enabled channels.
get_cheermotes(broadcaster_id = NULL, clean_json = TRUE)
broadcaster_id |
A numeric. ID for the broadcaster who might own specialized Cheermotes. |
clean_json |
A logical. If |
A tibble data frame of cheermote data.
https://dev.twitch.tv/docs/api/reference#get-cheermotes
## Not run: twitch_auth() user <- get_users(login = "KowAndToilet") cheermotes <- get_cheermotes(broadcaster_id = user$id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.