checkAutoModStatus
suspend fun checkAutoModStatus(broadcasterId: String, messages: List<AutoModCheckMessage>): List<AutoModCheckResult>
Twitch API: Check AutoMod Status
Checks whether AutoMod would flag the specified message for review.
Return
the list of messages and whether Twitch would approve them for chat.
Parameters
broadcasterId
the ID of the broadcaster whose AutoMod settings and list of blocked terms are used to check the message. This ID must match the user ID in the access token.
messages
the list of messages to check. Each entry contains a caller-defined msgId and the msgText to check. The list must contain at least one message and may contain up to a maximum of 100 messages.