[eventsub] Replace IsMature tag in channel updates

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-07-04 00:05:04 +02:00
parent 704da60f9e
commit a4a3a7f81e
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -76,7 +76,7 @@ type (
Language string `json:"language"`
CategoryID string `json:"category_id"`
CategoryName string `json:"category_name"`
IsMature bool `json:"is_mature"`
ContentClassificationLabels []string `json:"content_classification_labels"`
}
EventSubEventFollow struct {