Files
Telethon/telethon/client
Lonami Exo ff8349ff3f Prevent download_profile_photo from downloading arbitrary files
First of all, because it shouldn't be doing that. Second, it was
buggy and was passing the tuple returned by get_input_location to
download_file which doesn't accept tuples (instead it should be
passed the photo object so that download_file could return dc_id
and input file location itself).
2019-04-03 09:51:33 +02:00
..
2019-01-05 17:18:40 +01:00
2019-03-02 21:17:36 +01:00
2019-01-05 17:18:40 +01:00
2019-04-03 09:41:36 +02:00