Dan
|
017c61a876
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/dispatcher/dispatcher.py
# pyrogram/client/methods/bots/request_callback_answer.py
# pyrogram/client/types/messages_and_media/message.py
|
2018-11-20 19:40:07 +01:00 |
|
Dan
|
08776619a7
|
Change callback_data type to bytes for request_callback_answer
Fixes #161
|
2018-11-20 16:08:24 +01:00 |
|
Dan
|
bc4c787599
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/__init__.py
# pyrogram/client/types/messages_and_media/message.py
# pyrogram/connection/transport/tcp/tcp.py
|
2018-11-03 12:04:31 +01:00 |
|
Dan
|
45129658b0
|
Revisit docstrings
|
2018-11-03 10:49:11 +01:00 |
|
Dan
|
3f7b0b25af
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/methods/chats/get_chat_members.py
# pyrogram/client/methods/chats/get_dialogs.py
# pyrogram/client/methods/messages/send_animation.py
# pyrogram/client/methods/messages/send_venue.py
|
2018-08-22 10:30:25 +02:00 |
|
Dan
|
32468e5ab0
|
Remove hints about using t.me/joinchat/ links as chat ids
Such links don't work reliably with the current implementation
|
2018-07-27 00:40:08 +02:00 |
|
Dan
|
5f727cb5a2
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/ext/base_client.py
# pyrogram/client/methods/bots/request_callback_answer.py
# pyrogram/session/session.py
|
2018-06-24 19:27:37 +02:00 |
|
Dan
|
56f616c753
|
Mention timeout and retries in docs for request_callback_answer
|
2018-06-24 17:50:30 +02:00 |
|
Dan
|
166b3646ac
|
Make request_callback_answer try only once with a timeout of 10 seconds
|
2018-06-24 17:48:33 +02:00 |
|
Dan
|
7ba2906532
|
Make request_callback_answer async
|
2018-06-23 14:31:21 +02:00 |
|
Dan
|
811e67c229
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/types/message.py
|
2018-06-23 14:30:27 +02:00 |
|
Dan
|
2ee7cf5124
|
Add request_callback_answer method
|
2018-06-23 12:29:40 +02:00 |
|
Dan
|
8074ef1368
|
Make methods directory structure simple
|
2018-06-23 10:34:20 +02:00 |
|
Dan
|
4d72f84991
|
Even more async chore
|
2018-06-18 21:30:13 +02:00 |
|
Dan
|
63b4f909df
|
Split location parameter into lat and long
|
2018-05-09 12:33:51 +02:00 |
|
Dan
|
78ccb93bc1
|
Add TimeoutError on possible raises
|
2018-05-07 16:37:54 +02:00 |
|
Dan
|
bef0a24408
|
Small fixes
|
2018-05-07 15:55:41 +02:00 |
|
Dan
|
8454d438be
|
Refactor the project by using Mixin classes
This will cut client.py down from ~4k to ~1k SLOC and also
makes the whole project tidier and more organized.
|
2018-05-07 14:30:55 +02:00 |
|