Get Moderators
Gets a list of users that are moderators for the specified broadcaster.
This is an Async (Purple) Command, which operates differently from standard commands.
| 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 moderators |
| data | Array | Array of objects representing each moderator |
data[0-?] |
Object | contains info for a moderator |
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 |