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

Add a friendly interface for getting chat event logs

Add get_chat_event_log method
Add ChatEvent and ChatEventFilter types
This commit is contained in:
Dan
2021-03-03 19:02:20 +01:00
parent b5c39121c3
commit 6daa501972
6 changed files with 835 additions and 4 deletions

View File

@@ -221,6 +221,7 @@ def pyrogram_api():
delete_user_history
set_slow_mode
mark_chat_unread
get_chat_event_log
""",
users="""
Users
@@ -245,7 +246,7 @@ def pyrogram_api():
delete_contacts
""",
password="""
Pssword
Password
enable_cloud_password
change_cloud_password
remove_cloud_password
@@ -331,6 +332,8 @@ def pyrogram_api():
ChatPhoto
ChatMember
ChatPermissions
ChatEvent
ChatEventFilter
Dialog
Restriction
""",