On Resub Message
TwitchTriggerMonetizationChatAlerts
Outputs
| out | Exec | exec | None |
| userId | Data | System.String | multiplexed |
| userName | Data | System.String | multiplexed |
| tier | Data | System.Int32 | multiplexed |
| cumulativeMonths | Data | System.Int32 | multiplexed |
| streakMonths | Data | System.Int32 | multiplexed |
| message | Data | System.String | multiplexed |
Bindings
| userId | System.String | The subscriber's user id. |
| userName | System.String | The subscriber's display name. |
| tier | System.Int32 | The subscription tier (1, 2, or 3). |
| cumulativeMonths | System.Int32 | How many months the viewer has subscribed in total. |
| streakMonths | System.Int32 | The viewer's current consecutive-month streak. |
| message | System.String | The message the subscriber shared. |
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#
[OnResubMessage] Handle(ctx, ResubMessageContext e)