2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Add .set_ bound methods to Chat

This commit is contained in:
Mendel E
2019-06-28 13:45:03 -04:00
parent 46bf382480
commit 54c8e24f48
2 changed files with 113 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ Chat
- :meth:`~Chat.archive`
- :meth:`~Chat.unarchive`
- :meth:`~Chat.set_title`
- :meth:`~Chat.set_description`
- :meth:`~Chat.set_photo`
User
^^^^
@@ -134,6 +137,9 @@ Details
.. Chat
.. automethod:: Chat.archive()
.. automethod:: Chat.unarchive()
.. automethod:: Chat.set_title()
.. automethod:: Chat.set_description)
.. automethod:: Chat.set_photo()
.. User
.. automethod:: User.archive()