Compare commits
2 Commits
ffd6f9288e
...
ab84144990
| Author | SHA1 | Date | |
|---|---|---|---|
| ab84144990 | |||
| 636ce6f914 |
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "twitchclient"
|
name = "twitchclient"
|
||||||
version = "1.0.6"
|
version = "1.0.7"
|
||||||
description = "Client for Twitch API"
|
description = "Client for Twitch API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@ -631,8 +631,8 @@ class TwitchAPIClient(AioHTTPXClient):
|
|||||||
self,
|
self,
|
||||||
access_token: str,
|
access_token: str,
|
||||||
broadcaster_id: int,
|
broadcaster_id: int,
|
||||||
reward_id: int,
|
reward_id: str,
|
||||||
redemption_id: int | list[int],
|
redemption_id: str | list[str],
|
||||||
status: Literal['CANCELED', 'FULFILLED'],
|
status: Literal['CANCELED', 'FULFILLED'],
|
||||||
):
|
):
|
||||||
req = await self.post(
|
req = await self.post(
|
||||||
|
|||||||
Reference in New Issue
Block a user