Get Chatters

Gets a list of users that are connected to the broadcaster’s chat session.

Box Name Type Description
Channel String Channel name to get chatters of
Save Variable As String Variable to save the result
Variable Name Type Description
total number The total number of users
data Array Array of objects representing each chatter
data[0-?] Object contains info for a chatter
data[0-?].user_id String The user’s ID
data[0-?].user_login String The user’s login name
data[0-?].user_name String The user’s display name
Back to the list