On AutoMod Hold
TwitchTriggerModerationSafety
Outputs
| out | Exec | exec | None |
| userId | Data | System.String | multiplexed |
| userName | Data | System.String | multiplexed |
| messageId | Data | System.String | multiplexed |
| category | Data | System.String | multiplexed |
| text | Data | System.String | multiplexed |
Bindings
| userId | System.String | The held message author's user id. |
| userName | System.String | The held message author's display name. |
| messageId | System.String | The held message's id. |
| category | System.String | The AutoMod category that held the message. |
| text | System.String | The held message text. |
Parameters
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |
Lowers to C#
[OnAutomodHold] Handle(ctx, AutomodHoldContext e)