Telethon/telethon/client
Lonami Exo 559a40c7ea Fix get_input_media for InputFile
It was actually using FileLocation, which had the invalid expected
type for what was being returned. Instead it should have been this
other type.

In addition, more parameters are passed so that the method can have
all the information it needs to correctly cast the type.
2019-02-13 12:33:11 +01:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Improve TakeoutClient proxy and takeout functionality (#1106) 2019-02-10 11:10:41 +01:00
auth.py Expose phone and phone_code_hash in sign_up 2019-02-12 11:44:36 +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 Update misleading error message 2019-02-07 10:16:03 +01:00
telegrambaseclient.py Raise ImportError and not ValueError when sqlite3 is missing 2019-02-13 08:52:54 +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 Fix get_input_media for InputFile 2019-02-13 12:33:11 +01:00
users.py Fix get_peer_id not working with InputPeerSelf 2019-02-11 10:40:35 +01:00