New features - Implemented conversion to pyrogram format as asked in issue https://github.com/batreller/AndroidTelePorter/issues/16
Improved - Improved error handling in UserConfigManager related to issue https://github.com/batreller/AndroidTelePorter/issues/14
1.0.2
Bug fix - Fixed issue 12 where AndroidTelePorter did not work on python < 3.11 as typing.Self did not exist.
Replaced typing.Self with actual class name in commit 390e0b0
1.0.1
This release focuses on implementing all basic needed features: serialization and deserialization of mobile android session, conversion it into other popular formats, creating mobile android session from minimum data needed (auth key, datacenter id, user id) and also proper documentation