getAllVIPs

fun getAllVIPs(broadcasterId: String, userIds: List<String> = emptyList()): Flow<ChannelRoleUser>

Twitch API: Get VIPs

Gets a list of the broadcaster's VIPs.

Return

a Flow emitting each VIP.

Parameters

broadcasterId

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

userIds

filters the list for specific VIPs. You may specify a maximum of 100 IDs. Ignores the ID of those users in the list that aren't VIPs.