backend for twitch chat widgets
This commit is contained in:
parent
09c11f11a1
commit
28b9492cb3
11 changed files with 725 additions and 94 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue