On Cheer
Twitchentry.onCheerFires when a viewer cheers with bits. Binds the cheerer (or Anonymous), the amount, and the message.Triggers on a bits cheer.Outputs
| out | Exec | exec | None |
| displayName | Data | System.String | multiplexed |
| bits | Data | System.Int32 | multiplexed |
| message | Data | System.String | multiplexed |
| isAnonymous | Data | System.Boolean | multiplexed |
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#
[OnCheer] Handle(ctx, CheerContext e)