Telethon/telethon/client
Dmitry D. Chernov c8f16a4e89 Fix a couple of inconsistencies in the public interface (#1102)
* Create `_NOT_A_REQUEST` when needed. Currently, modifications    
  in the raised exception would be "global".    
* `retries` parameters were actually attempts. This has been fixed    
  to actually be the amount of retries, so 0 now means don't retry.    
* Helper function to deal with retries instead of using a range with    
  different styles every time.
2019-02-06 19:41:45 +01:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Fix a couple of inconsistencies in the public interface (#1102) 2019-02-06 19:41:45 +01:00
auth.py Add missing timezone info in important places 2019-01-24 11:16:40 +01:00
bots.py Return custom.InlineResults instead of a simple list 2018-08-02 23:31:51 +02:00
buttons.py Support configuring the reply markup through buttons 2019-01-03 19:03:47 +01:00
chats.py Update to layer 93 2019-01-21 20:09:13 +01:00
dialogs.py Saner timeouts for conversation (#1099) 2019-01-31 11:11:20 +01:00
downloads.py Update to layer 93 2019-01-21 20:09:13 +01:00
messageparse.py Prevent KeyError in forward_messages 2018-12-20 20:33:25 +01:00
messages.py Fix search in private chats when from_user was not given 2019-01-31 11:11:20 +01:00
telegrambaseclient.py Fix a couple of inconsistencies in the public interface (#1102) 2019-02-06 19:41:45 +01:00
telegramclient.py Add new takeout method 2019-01-05 17:18:40 +01:00
updates.py Make logger fully configurable (#1087) 2019-01-11 15:52:30 +01:00
uploads.py Support Path-like values for thumb in _file_to_media (#1095) 2019-01-22 18:52:53 +01:00
users.py Fix a couple of inconsistencies in the public interface (#1102) 2019-02-06 19:41:45 +01:00