pypi Telethon 0.9.1
Stability improvements

latest releases: 1.37.0, 1.36.0, 1.35.0...
7 years ago
Scheme layer used: 66 (changes)

Telethon used to crash a lot when logging in for the very first time. The reason for this was that the reconnection (or dead connections) were not handled properly. Now they are, so you should be able to login directly, without needing to delete the *.session file anymore. Notice that downloading from a different DC is still a WIP.

Some highlights:

  • Updates thread is only started after a successful login.
  • Files meant to be ran by the user now use shebangs and proper permissions.
  • In-code documentation now shows the returning type.
  • Relative import is now used everywhere, so you can rename telethon to anything else.
  • Dead connections are now detected instead entering an infinite loop.
  • Sockets can now be closed (and re-opened) properly.
  • Telegram decided to update the layer 66 without increasing the number. This has been fixed and now we're up-to-date again.

Don't miss a new Telethon release

NewReleases is sending notifications on new releases.