Исправлен тип данных для обновления статуса награды
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "twitchclient"
|
||||
version = "1.0.6"
|
||||
version = "1.0.7"
|
||||
description = "Client for Twitch API"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
@ -631,8 +631,8 @@ class TwitchAPIClient(AioHTTPXClient):
|
||||
self,
|
||||
access_token: str,
|
||||
broadcaster_id: int,
|
||||
reward_id: int,
|
||||
redemption_id: int | list[int],
|
||||
reward_id: str,
|
||||
redemption_id: str | list[str],
|
||||
status: Literal['CANCELED', 'FULFILLED'],
|
||||
):
|
||||
req = await self.post(
|
||||
|
||||
Reference in New Issue
Block a user