Releases: pytdbot/client
v0.9.9 - TDLib v1.8.58
Full Changelog: v0.9.8...v0.9.9
v0.9.8 - TDLib v1.8.56
Full Changelog: v0.9.7...v0.9.8
v0.9.7 - TDLib v1.8.55
Full Changelog: v0.9.6...v0.9.7
v0.9.6 - TDLib v1.8.52
Full Changelog: v0.9.5...v0.9.6
v0.9.5 - TDLib v1.8.51
- Added
getServerStats,scheduleEventandcancelScheduledEvent
v0.9.4 - TDLib v1.8.50
- Added
reload_pluginsto Client - Allow outgoing message of type
MessagePaymentRefunded
v0.9.3 - TDLib v1.8.49
- Update TDLib to
v1.8.49 - Add
getMessageLinkbound method toMessage
0.9.2 - TDLib v1.8.47
Changelog
- Update TDLib to v1.8.47
- Add
user_bottoClient - Add
create_client_idtoTdJson - Add
ClientManagerfor multi-client support - Remove
LoginfromClient - Minor fixes and improvements
0.9.1 - TDLib v1.8.46
- Updated TDLib to v1.8.46
- Bug fixes
0.9.0 - TDLib v1.8.45
-
Updated TDLib to v1.8.45 (from v1.8.29).
-
✅ Added support for generating TDLib classes/types with type annotations.
-
✅ Added support for tdjson binding.
-
✅ Added support for TDLib Server.
-
✅ Added support for bound methods.
-
✅ Added support for allow_paid_broadcast.
-
✅ Added no_updates option to
Client. -
✅ Added create_webapp_secret_key and parse_webapp_data to utils.
-
✅ Added json_dumps and json_loads to utils.
-
📝 Changed default parse_mode to
html. -
❌ Removed sleep_threshold from
Clientand stopped handling flood wait client-side. -
❌ Removed load_replied_message from
Methods. -
❌ Removed enable_storage_optimizer and ignore_file_names.
-
❌ Removed extra_id.
-
❌ Dropped direct support for userbots.
And much more fixes and performance improvements