pyrofork/pyrogram/client/methods
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
..
bots Move get_game_high_scores method into bots folder 2019-01-07 22:35:17 +01:00
chats Add client.set_username() method (#208) 2019-03-01 18:06:17 +01:00
contacts Make get_contacts return a list of User objects 2019-02-06 11:28:57 +01:00
decorators Update copyright year 2019-01-01 12:36:16 +01:00
messages Fix send_* methods sending the incorrect Telegram media message type 2019-02-12 20:29:05 +01:00
password Update copyright year 2019-01-01 12:36:16 +01:00
users Add client.set_username() method (#208) 2019-03-01 18:06:17 +01:00
__init__.py Update copyright year 2019-01-01 12:36:16 +01:00