pyrofork/pyrogram/client
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
..
dispatcher Add a way to continue the update propagation within a group 2019-02-04 12:33:54 +01:00
ext Update iter_chat_members efficiency 2019-01-24 17:21:41 +01:00
filters Reword some filter docstrings to better explain their usages 2019-02-04 18:23:40 +01:00
handlers Move the check method into Handler superclass 2019-02-04 10:35:00 +01:00
methods Add client.set_username() method (#208) 2019-03-01 18:06:17 +01:00
style Automatically cast message and caption arguments to str 2019-01-03 20:53:48 +01:00
types Automatically coerce any text to string for keyboard buttons 2019-03-01 16:04:21 +01:00
__init__.py Update copyright year 2019-01-01 12:36:16 +01:00
client.py Fix plugins import on windows (#223) 2019-02-27 22:27:50 +01:00