Compare commits
2 Commits
9af7c982eb
...
ffd6f9288e
| Author | SHA1 | Date | |
|---|---|---|---|
| ffd6f9288e | |||
| 7cbc08f35f |
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "twitchclient"
|
name = "twitchclient"
|
||||||
version = "1.0.5"
|
version = "1.0.6"
|
||||||
description = "Client for Twitch API"
|
description = "Client for Twitch API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@ -309,7 +309,7 @@ class CustomReward(BaseSchema):
|
|||||||
broadcaster_id: int
|
broadcaster_id: int
|
||||||
broadcaster_login: str
|
broadcaster_login: str
|
||||||
broadcaster_name: str
|
broadcaster_name: str
|
||||||
id: int
|
id: str
|
||||||
title: str
|
title: str
|
||||||
prompt: str
|
prompt: str
|
||||||
cost: int
|
cost: int
|
||||||
|
|||||||
Reference in New Issue
Block a user