Skip to content

Commit de0b215

Browse files
committed
Add a missing method to docs and move one to the correct space
1 parent 8f71527 commit de0b215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/docs/compiler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def get_title_list(s: str) -> list:
207207
iter_dialogs
208208
get_dialogs_count
209209
update_chat_username
210-
get_common_chats
211210
get_nearby_chats
212211
archive_chats
213212
unarchive_chats
@@ -217,6 +216,7 @@ def get_title_list(s: str) -> list:
217216
create_supergroup
218217
delete_channel
219218
delete_supergroup
219+
delete_user_history
220220
set_slow_mode
221221
""",
222222
users="""
@@ -232,6 +232,7 @@ def get_title_list(s: str) -> list:
232232
update_profile
233233
block_user
234234
unblock_user
235+
get_common_chats
235236
""",
236237
contacts="""
237238
Contacts

0 commit comments

Comments
 (0)