Client
- significant processing and optimization have been made
- the process of obtaining a token has been accelerated
- added the ability to open Wallet in private chats, which allows you to send coins within telegrams
Dataclasses
- classes of the most important structures (transactions, offers, orders, etc.) have been redesigned
- for convenient data testing, the 'dataclasses-json' library was added to the API
Tests
- Tests have been reworked and divided into groups
Examples
- Old examples updated for new dataclasses
- Added an example of automatic acceptance of applications
- Added an example of sending coins within a telegram
- Added an example of a function for cyclically updating a token to a file
API
- Significant changes
- Added methods "token_from_file" and "update_token" that allow you to get a token from a local file.
- Request system redesigned
- Added v2api
What's Changed
* v0.2.3 by no-name-user-name in https://github.com/no-name-user-name/pyTelegramWalletApi/pull/5
New Contributors
* no-name-user-name made their first contribution in https://github.com/no-name-user-name/pyTelegramWalletApi/pull/5
**Full Changelog**: https://github.com/no-name-user-name/pyTelegramWalletApi/compare/v0.2.15...v0.2.3