pyrofork/pyrogram/client
Dan ff9407aba1 Implement a storage update mechanism (for FileStorage)
The idea is pretty simple: get the current database version and for each
older version, do what needs to be done in order to get to the next
version state. This will make schema changes transparent to the user in
case they are needed.
2019-09-14 20:35:59 +02:00
..
ext Update ChatPhoto parser 2019-09-14 19:30:07 +02:00
filters Add Filters.scheduled and Filters.from_scheduled 2019-09-07 15:57:12 +02:00
handlers Rework user.status, add last_online_date and next_offline_date 2019-07-11 01:35:02 +02:00
methods Tiny documentation fixes 2019-09-09 15:42:38 +02:00
parser Revert "Stop instantiating logger objects and directly use the logging module" 2019-09-08 19:24:06 +02:00
storage Implement a storage update mechanism (for FileStorage) 2019-09-14 20:35:59 +02:00
types Update ChatPhoto parser 2019-09-14 19:30:07 +02:00
__init__.py Remove ChatAction module too 2019-05-09 05:08:37 +02:00
client.py Update Storage API usages in client.py, auth.py and session.py 2019-09-14 19:57:20 +02:00