This uses undocumented API endpoints. This may change or break at anytime. Use at your own risk!.
get_chatters(broadcaster)
A character. The name of the broadcaster.
A tibble data frame of chatter data.
Other Hidden Endpoints:
get_video_comments()
if (FALSE) {
library(twitchr)
twitch_auth()
chatters <- get_chatters("KowAndToilet")
}