Исправлен ответ от Get Streams

This commit is contained in:
2025-12-17 21:09:34 +03:00
parent a8c21af06e
commit 4a8ecdf158
2 changed files with 2 additions and 1 deletions

View File

@ -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