* Improved generator: Now some fields have default values. Detected nullable values now are null by default.
* Resolved circular imports error in types. Refactored types module. All types now are stored into single file. (Fixed
57)
* TDLib binaries upgraded
to [available version](https://github.com/pylakey/td/commit/958fed6e8e440afe87b57c98216a5c8d3f3caed8) (1.8.14) (for
24.06.2023)
* All integer model fields now have `le` constraints as they mentioned in tdlib (`Int32`, `Int53`, `Int64`)
* All types and functions regenerated
* Upgraded all deps
*
* Another minor fixes and improvements
!! BREAKING CHANGES !!
* Due to python limitations, some arguments changed their position in functions signature. If you pass them as
positional arguments, make sure they passed in correct order now!
* No client options are set now by default! Make sure you pass them as options parameter of `Client`
* As library wasn't updated for so long, you should check all used tdlib apis used by you before migrating to this
version!
* Refactored `aiotdlib.api` module, `aiotdlib.api.BaseObject` refactored and moved
to `aiotdlib.api.types.base.BaseObject`