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
|
f45e3377a9
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/methods/users/delete_user_profile_photos.py
|
2018-10-16 12:20:46 +02:00 |
|
Dan
|
22998af784
|
Fix docstrings
|
2018-10-16 11:45:39 +02:00 |
|
Dan
|
29201674ef
|
Rename delete_profile_photos to delete_user_profile_photos
For consistency with other method names
|
2018-10-16 11:45:20 +02:00 |
|
Dan
|
8fc5b8a545
|
Rename set_profile_photo to set_user_profile_photo
|
2018-10-16 11:43:54 +02:00 |
|
Dan
|
93018a7f6c
|
Add set_profile_photo method
|
2018-10-15 11:03:07 +02:00 |
|
Dan
|
dbd60765f6
|
Fix get_me not being properly awaited
|
2018-09-11 19:39:46 +02: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
|
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
|
be451a3bb2
|
Rename parse_photos to parse_profile_photos
|
2018-06-28 18:49:09 +02:00 |
|
Dan
|
e0fe9d3525
|
Fix some methods not being async
|
2018-06-19 13:48:49 +02:00 |
|
Dan
|
06e6579091
|
Update some inconsistent docstrings
|
2018-05-09 13:04:02 +02:00 |
|
Dan
|
c0890d8cdb
|
Make get_me return the new type
|
2018-05-07 16:45:05 +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 |
|