On Subscription End
TwitchTriggerMonetization
Outputs
| out | Exec | exec | None |
| userId | Data | System.String | multiplexed |
| userName | Data | System.String | multiplexed |
| tier | Data | System.Int32 | multiplexed |
| isGift | Data | System.Boolean | 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). |
| isGift | System.Boolean | True when the ended subscription was gifted. |
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#
[OnSubscriptionEnd] Handle(ctx, SubscriptionEndContext e)