mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user