Dan
|
ccd651f1fc
|
Make the new methods async
|
2018-07-17 08:28:28 +02:00 |
|
Dan
|
8a69c2d74e
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/methods/messages/send_contact.py
|
2018-07-16 17:39:54 +02:00 |
|
Dan
|
5b89a65437
|
Document set_chat_title
|
2018-07-15 16:34:47 +02:00 |
|
Dan
|
3fe05b4d28
|
Document set_chat_photo
|
2018-07-15 16:34:32 +02:00 |
|
Dan
|
3fcf9b9ef6
|
Document delete_chat_photo
|
2018-07-15 16:34:15 +02:00 |
|
Dan
|
98578160f0
|
Document set_chat_description
|
2018-07-15 16:33:41 +02:00 |
|
Dan
|
15e83e12ca
|
Document unpin_chat_message
|
2018-07-15 16:33:12 +02:00 |
|
Dan
|
f8d44b8e77
|
Document pin_chat_message
|
2018-07-14 00:44:50 +02:00 |
|
Dan
|
8289dff05f
|
Update download_media docstrings
|
2018-07-12 00:31:33 +02:00 |
|
Dan
|
a9a9dc3cd3
|
Make download_media raise ValueError in case of non-media messages
|
2018-07-12 00:24:57 +02:00 |
|
Dan
|
f242aceb31
|
Add vCard support for contacts
|
2018-07-12 00:10:33 +02:00 |
|
Dan
|
ab11c9e347
|
Add missing docstring arguments
|
2018-07-10 15:57:27 +02:00 |
|
Dan
|
037ded73c3
|
Add unpin_chat_message method
|
2018-07-08 11:09:07 +02:00 |
|
Dan
|
486e8b9552
|
Add pin_chat_message method
|
2018-07-08 11:00:56 +02:00 |
|
Dan
|
7d799aed11
|
Add set_chat_description method
|
2018-07-08 10:28:54 +02:00 |
|
Dan
|
393caa9d7c
|
Add set_chat_title method
|
2018-07-08 10:24:39 +02:00 |
|
Dan
|
17ca6b7094
|
Add delete_chat_photo method
|
2018-07-08 10:19:16 +02:00 |
|
Dan
|
cb4996d64b
|
Reformat code
|
2018-07-08 10:18:48 +02:00 |
|
Dan
|
756a6f7630
|
Add set_chat_photo method
|
2018-07-08 09:22:08 +02:00 |
|
Dan
|
e3128fca9d
|
Make get_chat_members work with basic groups
|
2018-07-07 15:47:34 +02:00 |
|
Dan
|
3b29a602d0
|
Add get_chat_members method
|
2018-07-06 19:12:41 +02:00 |
|
Dan
|
f2d64b2573
|
Make get_dialogs async
|
2018-07-05 15:06:25 +02:00 |
|
Dan
|
3f22d1b844
|
Merge branch 'develop' into asyncio
|
2018-07-05 14:58:27 +02:00 |
|
Dan
|
43897eb826
|
Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop
|
2018-07-05 14:57:53 +02:00 |
|
Dan
|
2b6c30d0e1
|
Update get_dialogs
|
2018-07-05 14:57:45 +02:00 |
|
Dan
|
3e671dfbfe
|
Merge pull request #95 from avi-av/develop
Update docs
|
2018-07-05 14:54:59 +02:00 |
|
avi-av
|
4049b57135
|
Update docs
Type returns in the documentation section
|
2018-07-05 14:42:04 +03:00 |
|
Dan
|
c2369c26ca
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/ext/utils.py
|
2018-07-04 21:51:10 +02:00 |
|
Dan
|
8b43ad8a63
|
Add unread messages, mentions count and unread mark to Dialog
|
2018-07-04 21:49:11 +02:00 |
|
Dan
|
9ac6633cc8
|
Add get_dialogs method
|
2018-07-04 21:05:43 +02:00 |
|
Dan
|
3711437dbd
|
Merge branch 'develop' into asyncio
|
2018-07-02 09:51:01 +02:00 |
|
Dan
|
c85aa5dab2
|
Fix Photo downloads
|
2018-07-01 19:43:43 +02:00 |
|
Dan
|
335a2e06c8
|
Make delete_profile_photos async
|
2018-06-28 20:14:38 +02:00 |
|
Dan
|
a2b4d59cdb
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/methods/users/get_user_profile_photos.py
|
2018-06-28 20:10:38 +02:00 |
|
Dan
|
30497b0e91
|
Add delete_profile_photos method
|
2018-06-28 19:59:26 +02:00 |
|
Dan
|
0dfe373c88
|
Make Photo work in download_media
|
2018-06-28 19:13:47 +02:00 |
|
Dan
|
be451a3bb2
|
Rename parse_photos to parse_profile_photos
|
2018-06-28 18:49:09 +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
|
2571bf0758
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/client.py
|
2018-06-22 13:37:56 +02:00 |
|
Dan
|
6be8f1aae3
|
Cross reference Handler classes on decorators' docstrings
|
2018-06-22 12:46:58 +02:00 |
|
Dan
|
f5659841c2
|
Reformat files
|
2018-06-21 20:01:05 +02:00 |
|
Dan
|
d2a15d8143
|
Merge branch 'develop' into asyncio
|
2018-06-21 15:35:27 +02:00 |
|
Vitali
|
e6c6bd839c
|
Add Handler to deleted messages update
|
2018-06-19 11:18:12 -03:00 |
|
Dan
|
e0fe9d3525
|
Fix some methods not being async
|
2018-06-19 13:48:49 +02:00 |
|