mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 14:25:55 +00:00
Merge branch 'develop' of https://github.com/pyrogram/pyrogram
Conflicts: pyrogram/methods/chats/__init__.py pyrogram/methods/chats/mark_chat_unread.py
This commit is contained in:
@@ -220,6 +220,7 @@ def pyrogram_api():
|
||||
delete_supergroup
|
||||
delete_user_history
|
||||
set_slow_mode
|
||||
mark_chat_unread
|
||||
""",
|
||||
users="""
|
||||
Users
|
||||
@@ -475,6 +476,7 @@ def pyrogram_api():
|
||||
Chat.add_members
|
||||
Chat.join
|
||||
Chat.leave
|
||||
Chat.mark_unread
|
||||
""",
|
||||
user="""
|
||||
User
|
||||
|
Reference in New Issue
Block a user