Get VIPs

Gets a list of users that are VIPs in the specified broadcaster’s chat room.

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 VIPs
data Array Array of objects representing each VIP
data[0-?] Object contains info for a VIP
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