2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Add mark_chat_unread() method (#322)

* Add mark_chat_unread() method

* Add bound method for mark_chat_unread

* Update mark_chat_unread.py

* Update chat.py

Apply Dans suggested changes

* Update mark_chat_unread.py

* Update chat.py

* Update compiler.py

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
ColinShark
2020-12-12 16:56:26 +01:00
committed by GitHub
parent 23b1450f11
commit 04cf4e68e3
3 changed files with 50 additions and 1 deletions

View File

@@ -216,6 +216,7 @@ def pyrogram_api():
delete_channel
delete_supergroup
set_slow_mode
mark_chat_unread
""",
users="""
Users
@@ -459,6 +460,7 @@ def pyrogram_api():
Chat.add_members
Chat.join
Chat.leave
Chat.mark_unread
""",
user="""
User