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 variable | Overlay payload field | Description |
|---|---|---|
{{username}} | data.extraSettings.username | The username of the sender |
{{userId}} | data.extraSettings.userId | The user ID of the sender |
{{displayname}} | data.extraSettings.displayname | The display name of the sender |
{{moderator}} | data.extraSettings.moderator | No description available yet. |
{{low_trust_status}} | data.extraSettings.low_trust_status | No 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:
RANDOMEQUAL_STRING- Username is equal toEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type