Telethon/utils
Lonami 7e78b1b6dc Added ability to upload and send media, and more fixes
Uploading and sending media are different things.
Once you have uploaded a media file, you can send
it to many users without uploading it again, since
you have a handle to the uploaded file.

Other fixes include not showing additional data
on error messages and not generating correct
code for sending bytes
2016-09-11 13:10:27 +02:00
..
__init__.py Fixed tiny bugs with authentication, added more unit tests 2016-09-04 21:07:09 +02:00
binary_reader.py Added ability to upload and send media, and more fixes 2016-09-11 13:10:27 +02:00
binary_writer.py Added native support for Python's datetime object 2016-09-11 10:35:02 +02:00
helpers.py Completely refactored unit tests, removed unused code 2016-09-08 16:11:37 +02:00