On Shoutout Sent
Twitchentry.onShoutoutCreatedFires when this channel sends a shoutout. Binds the target channel and its viewer count.Triggers when this channel sends a shoutout.Outputs
| out | Exec | exec | None |
| toId | Data | System.String | multiplexed |
| toName | Data | System.String | multiplexed |
| viewers | Data | System.Int32 | 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#
[OnShoutoutCreated] Handle(ctx, ShoutoutCreatedContext e)