AutoModCheckResult

@Serializable
data class AutoModCheckResult(val msgId: String, val isPermitted: Boolean)

The result of checking a message against AutoMod.

See also

Constructors

Link copied to clipboard
constructor(msgId: String, isPermitted: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "is_permitted")
val isPermitted: Boolean

a Boolean value that indicates whether Twitch would approve the message for chat or hold it for moderator review or block it from chat. Is true if Twitch would approve the message; otherwise, false if Twitch would hold the message for moderator review or block it from chat.

Link copied to clipboard
@SerialName(value = "msg_id")
val msgId: String

the caller-defined ID passed in the request.