Skip to main content

Suspicious User Message

  • Alert key: twitch-suspiciousUserMessage
  • Source: Twitch
  • Event list label: Suspicious User Message

Default message template

{{username}} (suspicious user) sent a message

Template variables

Use any of these in alert text, TTS, or chat templates. The same names appear under data.extraSettings.* when you subscribe via Overlay.on('alert').

Template variableOverlay payload fieldDescription
{{username}}data.extraSettings.usernameThe username of the sender
{{userId}}data.extraSettings.userIdThe user ID of the sender
{{displayname}}data.extraSettings.displaynameThe display name of the sender
{{message}}data.extraSettings.messageThe message text sent by the user
{{low_trust_status}}data.extraSettings.low_trust_statusNo description available yet.
{{ban_evasion_evaluation}}data.extraSettings.ban_evasion_evaluationNo description available yet.
{{types}}data.extraSettings.typesNo description available yet.

Example payloads

Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).

Suspicious User Message

{
"alert": "twitch-suspiciousUserMessage",
"dynamic": {
"value": "lumiastream"
},
"extraSettings": {
"username": "lumiastream",
"userId": "1234",
"displayname": "LumiaStream",
"message": "hello there",
"low_trust_status": "active_monitoring",
"ban_evasion_evaluation": "possible",
"types": "manually_added"
}
}

Variation conditions

Dimensions you can branch on when configuring alert variations:

  • RANDOM
  • EQUAL_STRING - Username is equal to
  • EQUAL_VARIABLE