getAll

fun getAll(broadcasterId: String): Flow<Subscription>

Twitch API: Get Broadcaster Subscriptions

Paginates through all subscriptions.

Return

a Flow emitting each subscription.

Parameters

broadcasterId

the broadcaster's ID. This ID must match the user ID in the access token.