Skip to main content

Suspicious User Updated

  • Alert key: twitch-suspiciousUserUpdated
  • Source: Twitch
  • Event list label: Suspicious User Updated

Default message template

{{username}} suspicious status updated to {{low_trust_status}}

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
{{moderator}}data.extraSettings.moderatorNo description available yet.
{{low_trust_status}}data.extraSettings.low_trust_statusNo description available yet.

Example payloads

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

Suspicious User Updated

{
"alert": "twitch-suspiciousUserUpdated",
"dynamic": {
"value": "lumiastream"
},
"extraSettings": {
"username": "lumiastream",
"userId": "1234",
"displayname": "LumiaStream",
"moderator": "modname",
"low_trust_status": "restricted"
}
}

Variation conditions

Dimensions you can branch on when configuring alert variations:

  • RANDOM
  • EQUAL_STRING - Username is equal to
  • EQUAL_VARIABLE