Merge pull request '1.0.7' (#8) from dev into latest
All checks were successful
Build And Publish Package / publish (push) Successful in 33s

Reviewed-on: #8
This commit is contained in:
2025-12-19 23:25:02 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "twitchclient"
version = "1.0.6"
version = "1.0.7"
description = "Client for Twitch API"
readme = "README.md"
authors = [

View File

@ -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(