FollowerResource

Twitch Helix Channel Followers API resource.

Provides methods for retrieving channel follower information.

See also

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun list(broadcasterId: String, userId: String? = null, cursor: String? = null, pageSize: Int? = null): Page<Follower>
Link copied to clipboard
fun listAll(broadcasterId: String, userId: String? = null): Flow<Follower>