diff --git a/data/web/corefork.telegram.org/api/config.html b/data/web/corefork.telegram.org/api/config.html
index 00e3a6e0e6..51d9688286 100644
--- a/data/web/corefork.telegram.org/api/config.html
+++ b/data/web/corefork.telegram.org/api/config.html
@@ -420,11 +420,12 @@ Note that the stickerset can be fetched using Telegram Premium subscription to the other user in the chat. (boolean)
premium_gift_text_field_icon
Whether a gift icon should be shown in the text bar in private chats with users (ie like the /
icon in chats with bots), offering the current user to gift a Telegram Premium subscription to the other user in the chat. Can only be true if premium_gift_attach_menu_icon
is also true. (boolean)
+chatlist_update_period
+Users that import a folder using a chat folder deep link » should retrieve additions made to the folder by invoking chatlists.getChatlistUpdates at most every chatlist_update_period
seconds. (integer)
chatlist_invites_limit_default
chatlist_invites_limit_premium
chatlists_joined_limit_default
chatlists_joined_limit_premium
-chatlist_update_period
small_queue_max_active_operations_count
large_queue_max_active_operations_count
Suggestions
diff --git a/data/web/corefork.telegram.org/constructor/chatlists.chatlistInvite b/data/web/corefork.telegram.org/constructor/chatlists.chatlistInvite
index 218dc99e14..cea8939d71 100644
--- a/data/web/corefork.telegram.org/constructor/chatlists.chatlistInvite
+++ b/data/web/corefork.telegram.org/constructor/chatlists.chatlistInvite
@@ -79,7 +79,7 @@
emoticon |
flags.0?string |
- |
+Emoji to use as icon for the folder. |
peers |
diff --git a/data/web/corefork.telegram.org/constructor/dialogFilter.html b/data/web/corefork.telegram.org/constructor/dialogFilter.html
index cbc4b741cb..6a7390f9a4 100644
--- a/data/web/corefork.telegram.org/constructor/dialogFilter.html
+++ b/data/web/corefork.telegram.org/constructor/dialogFilter.html
@@ -124,7 +124,7 @@
emoticon |
flags.25?string |
-Folder emoticon |
+Emoji to use as icon for the folder. |
pinned_peers |
diff --git a/data/web/corefork.telegram.org/constructor/dialogFilterChatlist.html b/data/web/corefork.telegram.org/constructor/dialogFilterChatlist.html
index f1803816c0..c131ba293d 100644
--- a/data/web/corefork.telegram.org/constructor/dialogFilterChatlist.html
+++ b/data/web/corefork.telegram.org/constructor/dialogFilterChatlist.html
@@ -74,7 +74,7 @@
has_my_invites |
flags.26?true |
- |
+Whether the current user has created some chat folder deep links » to share the folder as well. |
id |
@@ -89,17 +89,17 @@
emoticon |
flags.25?string |
- |
+Emoji to use as icon for the folder. |
pinned_peers |
Vector<InputPeer> |
- |
+Pinned chats, folders can have unlimited pinned chats |
include_peers |
Vector<InputPeer> |
- |
+Chats to include in the folder |