pypi Telethon 0.9
General improvements

latest releases: 1.35.0, 1.34.0, 1.33.1...
6 years ago
Scheme layer used: 66 (changes)

This release features:

  • The documentation, available online here, has a new search bar.
  • Better cross-thread safety by using threading.Event.
  • More improvements for running Telethon during a long period of time.

With the following bug fixes:

  • Avoid a certain crash on login (occurred if an unexpected object ID was received).
  • Avoid crashing with certain invalid UTF-8 strings.
  • Avoid crashing on certain terminals by using known ASCII characters where possible.
  • The UpdatesThread is now a daemon, and should cause less issues.
  • Temporary sessions didn't actually work (with session=None).

Minor notes:

  • .get_dialogs(count= was renamed to .get_dialogs(limit=.

Don't miss a new Telethon release

NewReleases is sending notifications on new releases.