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