mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Add a missing method to docs and move one to the correct space
This commit is contained in:
parent
8f71527bbd
commit
de0b215f8d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue