Telethon/telethon/client
2018-08-05 02:01:06 +02:00
..
__init__.py Implement client.inline_query() 2018-08-01 01:06:47 +02:00
auth.py Support interactively signing in as a bot 2018-07-10 17:59:13 +02:00
bots.py Return custom.InlineResults instead of a simple list 2018-08-02 23:31:51 +02:00
buttons.py Support custom.MessageButton as buttons reply markup 2018-08-02 13:17:59 +02:00
chats.py Fix iter_participants is failing when _total is None (#936) 2018-08-04 11:30:24 +02:00
dialogs.py Create a basic custom.Conversation 2018-08-03 17:51:56 +02:00
downloads.py Support .download_media with bot API file_id 2018-08-01 13:40:07 +02:00
messageparse.py Replace custom.Message creation with ._finish_init 2018-07-22 19:20:55 +02:00
messages.py Return helpers.TotalList instances on client.get_ methods 2018-08-02 23:00:10 +02:00
telegrambaseclient.py Create a basic custom.Conversation 2018-08-03 17:51:56 +02:00
telegramclient.py Implement client.inline_query() 2018-08-01 01:06:47 +02:00
updates.py Fix built Conversation events don't have the client 2018-08-05 02:01:06 +02:00
uploads.py Support bot API file_id on send_file 2018-07-31 23:35:22 +02:00
users.py Don't make a request at all if it will trigger flood wait 2018-07-21 12:25:20 +02:00