mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 23:44:51 +00:00
Add block_user and unblock_user to docs
This commit is contained in:
parent
155580649a
commit
88632ae265
1 changed files with 4 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ Users
|
|||
- :meth:`~Client.delete_profile_photos`
|
||||
- :meth:`~Client.update_username`
|
||||
- :meth:`~Client.get_user_dc`
|
||||
- :meth:`~Client.block_user`
|
||||
- :meth:`~Client.unblock_user`
|
||||
|
||||
Contacts
|
||||
^^^^^^^^
|
||||
|
|
@ -264,6 +266,8 @@ Details
|
|||
.. automethod:: Client.delete_profile_photos()
|
||||
.. automethod:: Client.update_username()
|
||||
.. automethod:: Client.get_user_dc()
|
||||
.. automethod:: Client.block_user()
|
||||
.. automethod:: Client.unblock_user()
|
||||
|
||||
.. Contacts
|
||||
.. automethod:: Client.add_contacts()
|
||||
|
|
|
|||
Loading…
Reference in a new issue