mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-30 17:43:32 +00:00
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
|
iter_dialogs
|
||||||
get_dialogs_count
|
get_dialogs_count
|
||||||
update_chat_username
|
update_chat_username
|
||||||
get_common_chats
|
|
||||||
get_nearby_chats
|
get_nearby_chats
|
||||||
archive_chats
|
archive_chats
|
||||||
unarchive_chats
|
unarchive_chats
|
||||||
@ -217,6 +216,7 @@ def pyrogram_api():
|
|||||||
create_supergroup
|
create_supergroup
|
||||||
delete_channel
|
delete_channel
|
||||||
delete_supergroup
|
delete_supergroup
|
||||||
|
delete_user_history
|
||||||
set_slow_mode
|
set_slow_mode
|
||||||
""",
|
""",
|
||||||
users="""
|
users="""
|
||||||
@ -232,6 +232,7 @@ def pyrogram_api():
|
|||||||
update_profile
|
update_profile
|
||||||
block_user
|
block_user
|
||||||
unblock_user
|
unblock_user
|
||||||
|
get_common_chats
|
||||||
""",
|
""",
|
||||||
contacts="""
|
contacts="""
|
||||||
Contacts
|
Contacts
|
||||||
|
Loading…
Reference in New Issue
Block a user