Dan
|
42c9bafa0c
|
Update copyright notice
|
2020-02-01 14:04:33 +01: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
|
d119998212
|
Remove get_user_dc method, add dc_id attribute to User
|
2019-07-10 20:20:22 +02:00 |
|
ColinShark
|
1fd31cac1e
|
Add convenience methods to block and unblock Users
|
2019-06-17 14:34:49 +02:00 |
|
Dan
|
a984558860
|
Rename methods dealing with profile pictures
|
2019-05-31 00:20:09 +02:00 |
|
Dan
|
38de4299c5
|
Add get_user_dc method
|
2019-05-29 09:43:48 +02:00 |
|
Dan
|
87ad981420
|
Add get_user_dc method
|
2019-05-27 14:39:10 +02:00 |
|
Dan
|
08554633ce
|
Add get_user_profile_photos_count method
|
2019-05-06 17:07:41 +02:00 |
|
bakatrouble
|
fda25f6534
|
Add client.set_username() method (#208)
* Add client.set_username() method
* Rename set_username() to update_user_username(); allow None as username
* Add client.update_chat_username() method
* Update update_chat_username.py
* Update update_user_username.py
Rename update_user_username to update_username
Add more details in docstrings
Fix style
* Rename update_user_username.py to update_username.py
* Update __init__.py
* Update 400_BAD_REQUEST.tsv
|
2019-03-01 18:06:17 +01:00 |
|
Dan
|
4d7b1bafac
|
Update copyright year
|
2019-01-01 12:36:16 +01: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
|
30497b0e91
|
Add delete_profile_photos method
|
2018-06-28 19:59:26 +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 |
|