diff --git a/data/corefork.telegram.org/api/config.html b/data/corefork.telegram.org/api/config.html index 5a44971e8c..2f1c3cffc6 100644 --- a/data/corefork.telegram.org/api/config.html +++ b/data/corefork.telegram.org/api/config.html @@ -51,7 +51,7 @@ help.getConfig#c4f9186b = Config; help.getNearestDc#1fb33026 = NearestDc;
The huge config constructor contains lots of useful information, from chat and message size limitations, to privacy settings, online status refresh interval and timeout, VoIP configuration, default inline bot usernames for GIF, image and venue lookup, and lots of other global and user-specific information, check out the constructor page for more information.
-jsonObjectValue#c0de1bd9 key:string value:JSONValue = JSONObjectValue;
jsonNull#3f6d7b68 = JSONValue;
diff --git a/data/corefork.telegram.org/api/folders.html b/data/corefork.telegram.org/api/folders.html
index ef41365ad0..d046347576 100644
--- a/data/corefork.telegram.org/api/folders.html
+++ b/data/corefork.telegram.org/api/folders.html
@@ -60,7 +60,7 @@ In the API, folders are called "dialog filters"; in the UI, they are typically r
messages.updateDialogFiltersOrder#c563c1e4 order:Vector<int> = Bool;
help.getAppConfig#98914110 = JSONValue;
-On startup, clients call:
pinned_
To delete folders, use messages.updateDialogFilter without populating the filter
flag field.
Clients can receive updateDialogFilter, updateDialogFilterOrder updates with new filter information, generated by other clients when modifying folder info.
Clients can also receive updateDialogFilters, in which case folder info should be refetched manually using messages.getDialogFilters.
-Peer folders
+Peer folders
The API also has another method for identifying groups of peers, typically used only by archived chats.
Scheme:
inputDialogPeer#fcaafeb7 peer:InputPeer = InputDialogPeer;
diff --git a/data/corefork.telegram.org/api/layers.html b/data/corefork.telegram.org/api/layers.html
index b7778cefb0..93599a9f9c 100644
--- a/data/corefork.telegram.org/api/layers.html
+++ b/data/corefork.telegram.org/api/layers.html
@@ -760,7 +760,7 @@ Layer…">
- Added messages.getChatInviteImporters - Get info about the users that joined the chat using a specific chat invite
- Added messages.setHistoryTTL - Set maximum Time-To-Live of all messages in the specified chat
- Added account.reportProfilePhoto - Report a profile photo of a dialog
-- Added channels.convertToGigagroup - Convert a supergroup to a gigagroup
+- Added channels.convertToGigagroup - Convert a supergroup to a gigagroup, when requested by channel suggestions.
- Added messages.checkHistoryImportPeer - Check whether chat history exported from another chat app can be imported into a specific Telegram chat.
Convert a supergroup to a gigagroup
+Convert a supergroup to a gigagroup, when requested by channel suggestions.
{scheme}
channels.convertToGigagroup | -Convert a supergroup to a gigagroup | +Convert a supergroup to a gigagroup, when requested by channel suggestions. |