On Whisper
TwitchTriggerChatSocial
Outputs
| out | Exec | exec | None |
| fromUserId | Data | System.String | multiplexed |
| fromUserName | Data | System.String | multiplexed |
| message | Data | System.String | multiplexed |
Bindings
| fromUserId | System.String | The whisper sender's user id. |
| fromUserName | System.String | The whisper sender's display name. |
| message | System.String | The whisper text. |
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#
[OnWhisper] Handle(ctx, WhisperContext e)