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)
A numeric. ID for the broadcaster who might own specialized Cheermotes.
A logical. If TRUE
, clean and tidy the data. If FALSE
, return the result of httr::content
.
A tibble data frame of cheermote data.
if (FALSE) {
twitch_auth()
user <- get_users(login = "KowAndToilet")
cheermotes <- get_cheermotes(broadcaster_id = user$id)
}