Add a missing method to docs and move one to the correct space
This commit is contained in:
parent
8f71527bbd
commit
de0b215f8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user