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)

Arguments

broadcaster_id

A numeric. ID for the broadcaster who might own specialized Cheermotes.

clean_json

A logical. If TRUE, clean and tidy the data. If FALSE, return the result of httr::content.

Value

A tibble data frame of cheermote data.

Examples

if (FALSE) {
twitch_auth()

user <- get_users(login = "KowAndToilet")

cheermotes <- get_cheermotes(broadcaster_id = user$id)
}