Исправлен ответ от Get Streams
This commit is contained in:
@ -1263,6 +1263,7 @@ class Stream(BaseSchema):
|
||||
type: Literal['live']
|
||||
title: str
|
||||
tags: list[str]
|
||||
tag_ids: list[str] = Field(..., deprecated=True)
|
||||
viewer_count: int
|
||||
started_at: datetime
|
||||
language: str
|
||||
|
||||
Reference in New Issue
Block a user