AutoModCheckMessage

@Serializable
data class AutoModCheckMessage(val msgId: String, val msgText: String)

A message to check against AutoMod.

Constructors

Link copied to clipboard
constructor(msgId: String, msgText: String)

Properties

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

a caller-defined ID used to correlate this message with the same message in the response.

Link copied to clipboard
@SerialName(value = "msg_text")
val msgText: String

the message to check.