Get Latest Followers
Gets a list of the 100 most recent users that have followed 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 |
Response Data:
| Variable Name | Type | Description |
|---|---|---|
| total | number | The total number of users |
| data | Object | Array of objects for each recent follower, with the most recent follower first |
data[0-?] |
Object | Object containing specific user’s info |
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 |
data[0-?].followed_at |
String | The UTC date and time, in RFC3339 format, of when the user followed |