mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add changelog for StarAmount mapping bugfix
This commit is contained in:
parent
7626999302
commit
1732546349
1 changed files with 2 additions and 0 deletions
2
CHANGES/1680.bugfix.rst
Normal file
2
CHANGES/1680.bugfix.rst
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Fixed an issue in the :code:`StarAmount` type where the field :code:`amount` was not correctly deserialized when retrieving the business account star balance.
|
||||
The response from the Telegram API contains the field `star_count`, which now correctly maps to the `amount` field in the `StarAmount` class.
|
||||
Loading…
Add table
Add a link
Reference in a new issue