Compare commits
2 Commits
16bd8cabe1
...
25c7c0fc51
| Author | SHA1 | Date | |
|---|---|---|---|
| 25c7c0fc51 | |||
| 4a8ecdf158 |
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "twitchclient"
|
name = "twitchclient"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
description = "Client for Twitch API"
|
description = "Client for Twitch API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@ -1263,6 +1263,7 @@ class Stream(BaseSchema):
|
|||||||
type: Literal['live']
|
type: Literal['live']
|
||||||
title: str
|
title: str
|
||||||
tags: list[str]
|
tags: list[str]
|
||||||
|
tag_ids: list[str] = Field(..., deprecated=True)
|
||||||
viewer_count: int
|
viewer_count: int
|
||||||
started_at: datetime
|
started_at: datetime
|
||||||
language: str
|
language: str
|
||||||
|
|||||||
Reference in New Issue
Block a user