On Charity Donation
TwitchTriggerFundraisingAlerts
Outputs
| out | Exec | exec | None |
| charityName | Data | System.String | multiplexed |
| donorName | Data | System.String | multiplexed |
| amount | Data | System.Decimal | multiplexed |
| currency | Data | System.String | multiplexed |
Bindings
| charityName | System.String | The name of the charity. |
| donorName | System.String | The donor's display name. |
| amount | System.Decimal | The donation amount. |
| currency | System.String | The ISO currency code of the donation. |
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#
[OnCharityDonation] Handle(ctx, CharityDonationContext e)