mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 14:25:55 +00:00
Add a missing method to docs and move one to the correct space
This commit is contained in:
@@ -207,7 +207,6 @@ def pyrogram_api():
|
||||
iter_dialogs
|
||||
get_dialogs_count
|
||||
update_chat_username
|
||||
get_common_chats
|
||||
get_nearby_chats
|
||||
archive_chats
|
||||
unarchive_chats
|
||||
@@ -217,6 +216,7 @@ def pyrogram_api():
|
||||
create_supergroup
|
||||
delete_channel
|
||||
delete_supergroup
|
||||
delete_user_history
|
||||
set_slow_mode
|
||||
""",
|
||||
users="""
|
||||
@@ -232,6 +232,7 @@ def pyrogram_api():
|
||||
update_profile
|
||||
block_user
|
||||
unblock_user
|
||||
get_common_chats
|
||||
""",
|
||||
contacts="""
|
||||
Contacts
|
||||
|
Reference in New Issue
Block a user