On Announcement
TwitchTriggerChatAlerts
Outputs
| out | Exec | exec | None |
| moderatorName | Data | System.String | multiplexed |
| message | Data | System.String | multiplexed |
| color | Data | System.String | multiplexed |
Bindings
| moderatorName | System.String | The display name of the moderator who posted the announcement. |
| message | System.String | The announcement text. |
| color | System.String | The announcement's highlight color. |
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#
[OnAnnouncement] Handle(ctx, AnnouncementContext e)