From 6c69b579bc0fa7b6bbd89715a69389a75f013544 Mon Sep 17 00:00:00 2001 From: jackmc Date: Fri, 22 Nov 2024 09:59:44 +0000 Subject: [PATCH] feat: hypetrain - is golden kappa field --- eventsub.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eventsub.go b/eventsub.go index fd0ec65..1e1817e 100644 --- a/eventsub.go +++ b/eventsub.go @@ -657,6 +657,7 @@ type EventSubHypeTrainBeginEvent struct { LastContribution EventSubContribution `json:"last_contribution"` StartedAt Time `json:"started_at"` ExpiresAt Time `json:"expires_at"` + IsGoldenKappaTrain bool `json:"is_golden_kappa_train"` } // Data for a hype train progress notification @@ -672,6 +673,7 @@ type EventSubHypeTrainProgressEvent struct { LastContribution EventSubContribution `json:"last_contribution"` StartedAt Time `json:"started_at"` ExpiresAt Time `json:"expires_at"` + IsGoldenKappaTrain bool `json:"is_golden_kappa_train"` } // Data for a hype train end notification @@ -686,6 +688,7 @@ type EventSubHypeTrainEndEvent struct { StartedAt Time `json:"started_at"` EndedAt Time `json:"ended_at"` CooldownEndsAt Time `json:"cooldown_ends_at"` + IsGoldenKappaTrain bool `json:"is_golden_kappa_train"` } // Data for a stream online notification