addVip

suspend fun addVip(broadcasterId: String, userId: String)

Twitch API: Add Channel VIP

Adds the specified user as a VIP in the broadcaster's channel.

Rate Limits: The broadcaster may add a maximum of 10 VIPs within a 10-second window.

Parameters

broadcasterId

the ID of the broadcaster that's adding the user as a VIP. This ID must match the user ID in the access token.

userId

the ID of the user to give VIP status to.