2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 06:45:39 +00:00

Add .archive() and .unarchive() bound methods to Chat

This commit is contained in:
Dan
2019-06-08 19:25:57 +02:00
parent 9b12e823b4
commit 6e3d8ca20b
2 changed files with 59 additions and 0 deletions

View File

@@ -59,6 +59,15 @@ Message
- :meth:`~Message.reply_video_note`
- :meth:`~Message.reply_voice`
Chat
^^^^
.. hlist::
:columns: 2
- :meth:`~Chat.archive`
- :meth:`~Chat.unarchive`
CallbackQuery
^^^^^^^^^^^^^
@@ -109,6 +118,10 @@ Details
.. automethod:: Message.reply_video_note()
.. automethod:: Message.reply_voice()
.. Chat
.. automethod:: Chat.archive()
.. automethod:: Chat.unarchive()
.. CallbackQuery
.. automethod:: CallbackQuery.answer()