mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
[eventsub] Replace IsMature
tag in channel updates
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
704da60f9e
commit
a4a3a7f81e
1 changed files with 8 additions and 8 deletions
|
@ -76,7 +76,7 @@ type (
|
||||||
Language string `json:"language"`
|
Language string `json:"language"`
|
||||||
CategoryID string `json:"category_id"`
|
CategoryID string `json:"category_id"`
|
||||||
CategoryName string `json:"category_name"`
|
CategoryName string `json:"category_name"`
|
||||||
IsMature bool `json:"is_mature"`
|
ContentClassificationLabels []string `json:"content_classification_labels"`
|
||||||
}
|
}
|
||||||
|
|
||||||
EventSubEventFollow struct {
|
EventSubEventFollow struct {
|
||||||
|
|
Loading…
Reference in a new issue