On Bits Use
TwitchTriggerMonetizationChat
Outputs
| out | Exec | exec | None |
| userId | Data | System.String | multiplexed |
| userName | Data | System.String | multiplexed |
| bits | Data | System.Int32 | multiplexed |
| type | Data | System.String | multiplexed |
| message | Data | System.String | multiplexed |
Bindings
| userId | System.String | The viewer's user id. |
| userName | System.String | The viewer's display name. |
| bits | System.Int32 | How many bits were used. |
| type | System.String | How the bits were used (e.g. cheer or power-up). |
| message | System.String | The chat message the bits were used with. |
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#
[OnBitsUse] Handle(ctx, BitsUseContext e)