Dan
|
55fc071b06
|
Merge develop -> asyncio
|
2019-08-16 22:38:11 +02:00 |
|
ColinShark
|
9a94c8f0af
|
Add get_common_chats method (#303)
* Add get_common_chats method
* Return properly formatted list
* Fix small format and docstring issues
|
2019-08-16 22:33:06 +02:00 |
|
Dan
|
7badcd38b4
|
Merge develop -> asyncio
|
2019-08-03 10:48:35 +02:00 |
|
Dan
|
aa135ea457
|
Reformat project
|
2019-08-01 19:11:43 +02:00 |
|
Dan
|
0f9029202e
|
Merge develop -> asyncio
|
2019-07-30 00:06:06 +02:00 |
|
Dan
|
2dec2442e5
|
Add examples to all available methods
|
2019-07-25 11:22:14 +02:00 |
|
Dan
|
d441f16879
|
Merge develop -> asyncio
|
2019-07-11 04:17:46 +02:00 |
|
Dan
|
d119998212
|
Remove get_user_dc method, add dc_id attribute to User
|
2019-07-10 20:20:22 +02:00 |
|
Dan
|
6a62d1b8c4
|
Fix tiny typo: contact -> contacts
|
2019-07-09 23:51:43 +02:00 |
|
Dan
|
ee1f6e2c9f
|
Fix errors and warnings when using Pyrogram async with Python <3.5.3
|
2019-07-04 12:57:07 +02:00 |
|
Dan
|
d8d72395b7
|
Merge branch 'develop' into asyncio
|
2019-06-28 11:12:19 +02:00 |
|
Dan
|
40bcd4e59d
|
Fix delete_profile_photos. Closes #259
|
2019-06-26 21:43:08 +02:00 |
|
Dan
|
a8dfe61f7e
|
Merge develop -> asyncio
|
2019-06-20 04:17:24 +02:00 |
|
ColinShark
|
1fd31cac1e
|
Add convenience methods to block and unblock Users
|
2019-06-17 14:34:49 +02:00 |
|
Dan
|
93082ce894
|
Reword get_user_dc docstrings
|
2019-06-12 13:43:28 +02:00 |
|
Dan
|
4f2928e7b5
|
Improve get_profile_photos and get_profile_photos_count
|
2019-06-12 11:37:43 +02:00 |
|
Dan
|
a21858a262
|
Merge pull request #251 from pyrogram/types-revamp
Types revamp
|
2019-06-12 10:48:10 +02:00 |
|
Dan
|
b9b50bad94
|
Fix get_users and get_contacts not returning pretty-printable lists
|
2019-06-11 16:46:10 +02:00 |
|
Dan
|
7baa00353d
|
Add a FAQ about DC migration
|
2019-06-11 15:59:39 +02:00 |
|
Dan
|
1ee8487712
|
Merge branch 'develop' into types-revamp
# Conflicts:
# pyrogram/client/methods/users/get_profile_photos.py
|
2019-06-11 14:45:21 +02:00 |
|
Dan
|
af08606087
|
Fix get_profile_photos not working when passing "me"/"self" as argument
|
2019-06-09 13:01:24 +02:00 |
|
Dan
|
cfbc5298df
|
Remove Messages type
|
2019-06-08 15:13:52 +02:00 |
|
Dan
|
797de058e8
|
Remove ProfilePhotos type
|
2019-06-08 14:09:16 +02:00 |
|
Dan
|
2e05c81a5c
|
Update docs about Telegram data centers
|
2019-06-08 11:33:52 +02:00 |
|
Dan
|
fe55233f50
|
Merge develop -> asyncio
|
2019-06-06 19:33:45 +02:00 |
|
Dan
|
da515af959
|
Rearrange code
|
2019-06-06 19:29:44 +02:00 |
|
Dan
|
b205c6cce0
|
Rename Photos to ProfilePhotos
|
2019-06-06 19:09:52 +02:00 |
|
Dan
|
d4dbff3226
|
Merge develop -> asyncio
|
2019-06-02 19:14:16 +02:00 |
|
Dan
|
a984558860
|
Rename methods dealing with profile pictures
|
2019-05-31 00:20:09 +02:00 |
|
Dan
|
cb3addab1e
|
Add iter_profile_photos method
|
2019-05-31 00:18:43 +02:00 |
|
Dan
|
0340271b33
|
Refactor docstrings
|
2019-05-30 15:23:43 +02:00 |
|
Dan
|
38de4299c5
|
Add get_user_dc method
|
2019-05-29 09:43:48 +02:00 |
|
Dan
|
09d012b696
|
Rename get_user_profile_photos to get_user_photos
|
2019-05-29 09:43:33 +02:00 |
|
Dan
|
86a4f63d37
|
Rename set_user_profile_photo to set_photo
Users can only set a photo for themselves.
|
2019-05-29 09:42:55 +02:00 |
|
Dan
|
83cd828386
|
Rename get_user_profile_photos_count to get_user_photos_count
|
2019-05-29 09:41:59 +02:00 |
|
Dan
|
1390797f58
|
Rename delete_user_profile_photos to just delete_photos.
It's implied an user can only delete own photos.
|
2019-05-29 09:41:04 +02:00 |
|
Dan
|
87ad981420
|
Add get_user_dc method
|
2019-05-27 14:39:10 +02:00 |
|
Dan
|
39439255fd
|
Merge develop -> asyncio
|
2019-05-25 02:02:37 +02:00 |
|
Dan
|
b6ea451ee5
|
Reword some method return type docstrings
|
2019-05-17 13:44:44 +02:00 |
|
Dan
|
ef912d21ef
|
Use more concise and cleaner description of a method and a type
|
2019-05-12 19:49:06 +02:00 |
|
Dan
|
e4b0a78f1a
|
Docs revamp. Part 2
|
2019-05-10 16:14:10 +02:00 |
|
Dan
|
1737ba5f49
|
Revamp docs about the main Pyrogram package
|
2019-05-09 04:28:46 +02:00 |
|
Dan
|
47c4fae36d
|
Merge develop -> asyncio
|
2019-05-06 17:27:21 +02:00 |
|
Dan
|
08554633ce
|
Add get_user_profile_photos_count method
|
2019-05-06 17:07:41 +02:00 |
|
Dan
|
ec258312dd
|
Add missing awaits
|
2019-05-03 22:47:51 +02:00 |
|
Dan
|
1dd3ba4133
|
Add missing awaits
|
2019-04-14 18:47:45 +02:00 |
|
Dan
|
1179a5b994
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/__init__.py
# pyrogram/client/client.py
# pyrogram/session/session.py
|
2019-03-25 11:52:54 +01:00 |
|
Dan
|
b5c6db6db0
|
Refactor project and move errors namespace out from pyrogram.api
|
2019-03-25 11:23:45 +01:00 |
|
Dan
|
5d163ebabc
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/dispatcher/dispatcher.py
# pyrogram/client/types/messages_and_media/sticker.py
|
2019-03-22 13:36:27 +01:00 |
|
Dan
|
921800f902
|
Clean up docstrings
|
2019-03-22 11:53:25 +01:00 |
|