pyrofork/pyrogram
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
..
api Update copyright year 2019-01-01 12:36:16 +01:00
client Add client.set_username() method (#208) 2019-03-01 18:06:17 +01:00
connection Update copyright year 2019-01-01 12:36:16 +01:00
crypto Update copyright year 2019-01-01 12:36:16 +01:00
session Update copyright year 2019-01-01 12:36:16 +01:00
vendor Vendor an updated (and working) typing module to fix <3.5.3 errors 2019-02-07 13:20:44 +01:00
__init__.py Monkey patch "typing" only for Python 3.5.0, 3.5.1 and 3.5.2 2019-02-07 16:27:17 +01:00