getAutoModSettings

suspend fun getAutoModSettings(broadcasterId: String, moderatorId: String): AutoModSettings

Twitch API: Get AutoMod Settings

Gets the broadcaster's AutoMod settings. The settings are used to automatically block inappropriate or harassing messages from appearing in the broadcaster's chat room.

Return

the AutoMod settings for the channel.

Parameters

broadcasterId

the ID of the broadcaster whose AutoMod settings you want to get.

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.