From 5802567c7ab5512d1278bf4180b82273da1d60a9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 15 Apr 2023 14:36:09 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org/api/layers.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index a57124062c..978982b018 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -58,10 +58,10 @@

Added support for named bot web apps, which can be opened from a named bot web app deep link.
Web apps can now be opened by clicking on a switch_webview inline result, similar to switch_pm inline results.
Bots can now edit their own about text and description.
-Also, the future auth token is now directly returned in the config constructor, which was also cleaned up to remove redundant information already contained in the appConfig configuration.
+The current future auth token is now directly returned in the config constructor, which was also cleaned up to remove redundant information already contained in the appConfig configuration.
messages.getMessageReadParticipants now returns a timestamp for each user, indicating when that user has read the specified message.

-

Additionally, when using messages.addChatUser, channels.inviteToChannel or messages.createChat, 0-N updates of type updateGroupInvitePrivacyForbidden may be returned, indicating that the server couldn't add a user to a chat because of their privacy settings; if required, an invite link can be shared with the user, instead.

-

Finally, sponsored messages can now contain detailed info about the sponsor of the message or the message itself.

+

When using messages.addChatUser, channels.inviteToChannel or messages.createChat, 0-N updates of type updateGroupInvitePrivacyForbidden may be returned, indicating that the server couldn't add a user to a chat because of their privacy settings; if required, an invite link can be shared with the user, instead.

+

Sponsored messages can now contain detailed info about the sponsor of the message or the message itself.

Schema changes

New Methods