backend for twitch chat widgets

This commit is contained in:
ari melody 2026-09-02 22:32:45 +01:00
parent 09c11f11a1
commit 28b9492cb3
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
11 changed files with 725 additions and 94 deletions

View file

@ -22,7 +22,7 @@ type (
EventSubSubscription struct {
ID string `json:"id"`
Status string `json:"status"`
Type string `json:"type"`
Type SubscriptionType `json:"type"`
Version string `json:"version"`
Cost int `json:"cost"`
Condition any `json:"condition"`