1.0.6 #7

Merged
Miwory merged 1 commits from dev into latest 2025-12-19 23:09:53 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -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 = [

View File

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