manageHeldAutoModMessage

suspend fun manageHeldAutoModMessage(userId: String, msgId: String, action: AutoModAction)

Twitch API: Manage Held AutoMod Messages

Allow or deny the message that AutoMod flagged for review.

Parameters

userId

the moderator who is approving or denying the held message. This ID must match the user ID in the access token.

msgId

the ID of the message to allow or deny.

action

the action to take for the message. Possible values are: ALLOW, DENY.