From e5f33db58d3b7809026ff72dde68121d94c30c8c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 23 Aug 2022 15:01:59 +0000 Subject: [PATCH] Update content of files --- .../corefork.telegram.org/api/folders.html | 8 ++++---- .../web/corefork.telegram.org/api/layers.html | 20 ++++++++++++++++++- .../decryptedMessageMediaDocument.html | 2 +- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/data/web/corefork.telegram.org/api/folders.html b/data/web/corefork.telegram.org/api/folders.html index 1c9808693e..c076f136b4 100644 --- a/data/web/corefork.telegram.org/api/folders.html +++ b/data/web/corefork.telegram.org/api/folders.html @@ -44,8 +44,9 @@
-

Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.
-In the API, folders are called "dialog filters"; in the UI, they are typically represented as tabs.

+

Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.

+

Folders

+

In the API, folders are called "dialog filters"; in the UI, they are typically represented as tabs.

Schema:

dialogFilter#7438f7e8 flags:# contacts:flags.0?true non_contacts:flags.1?true groups:flags.2?true broadcasts:flags.3?true bots:flags.4?true exclude_muted:flags.11?true exclude_read:flags.12?true exclude_archived:flags.13?true id:int title:string emoticon:flags.25?string pinned_peers:Vector<InputPeer> include_peers:Vector<InputPeer> exclude_peers:Vector<InputPeer> = DialogFilter;
 
@@ -63,8 +64,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;
-

Folders

-

On startup, clients call:

+

On startup, clients call:

Changed Constructors
+

End-to-end schema changes

+
New Constructors
+ +

End-to-end schema

+
===144===
+messageEntitySpoiler#32ca960f offset:int length:int = MessageEntity; +messageEntityCustomEmoji#c8cf05f8 offset:int length:int document_id:long = MessageEntity;

Layer 143

Schema changes

New Methods
@@ -230,6 +240,14 @@ payments.assignPlayMarketTransaction#4faa4aed purchase_token:string = Updates; payments.canPurchasePremium#aa6a90c8 = Bool;
help.getPremiumPromo#b81b93d4 = help.PremiumPromo;
+

End-to-end schema changes

+
New Constructors
+ +

End-to-end schema

+
===143===
+decryptedMessageMediaDocument#8e4c064c thumb:bytes thumb_w:int thumb_h:int mime_type:string size:long key:bytes iv:bytes attributes:Vector<DocumentAttribute> caption:string = DecryptedMessageMedia;

Layer 142

Allow TCP WebRTC connections.

Schema changes

diff --git a/data/web/corefork.telegram.org/constructor/decryptedMessageMediaDocument.html b/data/web/corefork.telegram.org/constructor/decryptedMessageMediaDocument.html index 4bb8ea2455..bf5a9ea2f5 100644 --- a/data/web/corefork.telegram.org/constructor/decryptedMessageMediaDocument.html +++ b/data/web/corefork.telegram.org/constructor/decryptedMessageMediaDocument.html @@ -95,7 +95,7 @@ size -int +long Document size