There was an error while loading. Please reload this page.
1 parent 8f71527 commit de0b215Copy full SHA for de0b215
compiler/docs/compiler.py
@@ -207,7 +207,6 @@ def get_title_list(s: str) -> list:
207
iter_dialogs
208
get_dialogs_count
209
update_chat_username
210
- get_common_chats
211
get_nearby_chats
212
archive_chats
213
unarchive_chats
@@ -217,6 +216,7 @@ def get_title_list(s: str) -> list:
217
216
create_supergroup
218
delete_channel
219
delete_supergroup
+ delete_user_history
220
set_slow_mode
221
""",
222
users="""
@@ -232,6 +232,7 @@ def get_title_list(s: str) -> list:
232
update_profile
233
block_user
234
unblock_user
235
+ get_common_chats
236
237
contacts="""
238
Contacts
0 commit comments