mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
2 lines
No EOL
300 B
ReStructuredText
2 lines
No EOL
300 B
ReStructuredText
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. |