Commit Graph

6 Commits

Author SHA1 Message Date
Lonami
27ec7292d8 Improvements to file uploading and progress added
Now you can let the file part size be determined
by the total file size, rather than manually
specifying one. Also, a callback function parameter
has been added (which allows to print the progress)
2016-09-17 17:04:30 +02:00
Lonami
15994d0b78 Added ability to upload large files 2016-09-16 16:37:45 +02:00
Lonami
6ee93122f2 Added ability to both log-out and sign-up 2016-09-16 13:35:14 +02:00
Lonami
9420e15283 Gave more power to the TelegramClients and bug fixes
Fixed uploads for large files on TcpClient
Added more RPCError's for handling invalid phone code
Added more media handlers: now you're also able to
  both send and download documents!
The InteractiveTelegramClient now supports working
  with media aswell
2016-09-12 19:32:16 +02:00
Lonami
0fe0cdf682 Removed references to TLSharp since they're "ads"
See their #197 issue.
2016-09-12 14:16:17 +02:00
Lonami
a7c7fdd2e4 Refactored interactive example
The interactive example now lives in a separate
class, independant from `main.py` (which no longer
exists) so it's more intuitive.
2016-09-12 14:07:45 +02:00