getAllBlockedTerms

fun getAllBlockedTerms(broadcasterId: String, moderatorId: String): Flow<BlockedTerm>

Twitch API: Get Blocked Terms

Gets all blocked terms that the broadcaster created. Automatically paginates through all results.

Return

a Flow of BlockedTerm objects.

Parameters

broadcasterId

the ID of the broadcaster whose blocked terms you're getting.

moderatorId

the ID of the broadcaster or a user that has permission to moderate the broadcaster's chat room. This ID must match the user ID in the user access token.