getAllBlockedUsers

fun getAllBlockedUsers(broadcasterId: String): Flow<BlockedUser>

Twitch API: Get User Block List

Gets all users that the broadcaster has blocked. Automatically paginates through all results.

Return

a Flow of BlockedUser objects.

Parameters

broadcasterId

the ID of the broadcaster whose block list you want to get. This ID must match the user ID in the access token.