From 84ced6140e0e58d74325cef65685ace299880975 Mon Sep 17 00:00:00 2001
From: GitHub Action Below you will find information on schema changes. For more details on the use of layers, see Invoking API methods. Users can now send custom emojis, gift Telegram Premium to other users, and download album covers for any music file. The E2E schema was also updated to account for previous changes in the main schema (custom emojis+spoiler entities). Telegram Premium, voice message transcription, invoices, bot description photos/animations, and attachment menu improvements. Introducing attachment menus, bot web apps, custom bot menu buttons, suggested bot admin rights and ringtones. Introducing attachment menus, bot web apps, custom bot menu buttons, suggested bot admin rights and ringtones.Layer 144
+
+Also introducing new voice message privacy settings and support for additional payment methods.Schema changes
New Methods
@@ -127,6 +130,8 @@
messageEntitySpoiler#32ca960f offset:int length:int = MessageEntity;
messageEntityCustomEmoji#c8cf05f8 offset:int length:int document_id:long = MessageEntity;
Layer 143
+
+Also, discussion group admins can now require users to join before commenting.Schema changes
New Methods
@@ -260,7 +265,7 @@
Schema
phoneConnection#9cc123c7 flags:# tcp:flags.0?true id:long ip:string ipv6:string port:int peer_tag:bytes = PhoneConnection;
Layer 140
-Schema changes
New Methods
diff --git a/data/web/corefork.telegram.org/api/scheduled-messages.html b/data/web/corefork.telegram.org/api/scheduled-messages.html
index c9bbabade6..c480b764aa 100644
--- a/data/web/corefork.telegram.org/api/scheduled-messages.html
+++ b/data/web/corefork.telegram.org/api/scheduled-messages.html
@@ -61,7 +61,7 @@ The method call generates the following updates:
schedule_date
, an updateNewMessage or updateNewChannelMessage with the from_scheduled
flag set, indicating to the sender that the specified scheduled message was sent. schedule_date
, an updateDeleteScheduledMessages, indicating that the message was flushed from the schedule queue.If the schedule_date
is less than 10 seconds in the future, the message will be sent immediately, generating a normal updateNewMessage/updateNewChannelMessage .
If the schedule_date
is less than 10 seconds in the future, the message will be sent immediately, generating a normal updateNewMessage/updateNewChannelMessage.
updateNewScheduledMessage#39a51dfb message:Message = Update;
updateDeleteScheduledMessages#90866cee peer:Peer messages:Vector<int> = Update;
diff --git a/data/web/corefork.telegram.org/constructor/peerNotifySettings.html b/data/web/corefork.telegram.org/constructor/peerNotifySettings.html
index 506411c276..6320e472c3 100644
--- a/data/web/corefork.telegram.org/constructor/peerNotifySettings.html
+++ b/data/web/corefork.telegram.org/constructor/peerNotifySettings.html
@@ -74,12 +74,12 @@
show_previews
flags.0?Bool
-Display text in notifications
+(Ternary value) If set, indicates whether or not to display previews of messages in notifications; otherwise the default behavior should be used.
silent
flags.1?Bool
-Mute peer?
+(Ternary value) If set, indicates whether to mute or unmute the peer; otherwise the default behavior should be used.
mute_until