Telethon/telethon/tl
Lonami Exo 151e1623d3 Stop saving the session ID, sequence and time offset
After some discussion, storing the session ID is not needed at all.
It can always start off as a new random 8-byte-long number, also
restarting the sequence number at 0. This should prevent some seqno
too low errors.

Also, saving the time offset could cause more trouble than fixing
them, so that has also been removed.
2017-09-14 11:44:42 +02:00
..
__init__.py Replace the old Session+pickle with JsonSession (name change) 2017-08-29 15:59:08 +02:00
session.py Stop saving the session ID, sequence and time offset 2017-09-14 11:44:42 +02:00
tlobject.py Optimize imports 2017-09-04 17:18:33 +02:00