addModerator

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

Twitch API: Add Channel Moderator

Adds a moderator to the broadcaster's chat room.

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

Parameters

broadcasterId

the ID of the broadcaster that owns the chat room. This ID must match the user ID in the access token.

userId

the ID of the user to add as a moderator in the broadcaster's chat room.