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.
Spoiler media, custom contact profile pictures, hidden supergroup participants.
+Introducing spoiler media, custom contact profile pictures, hidden supergroup participants and persistent bot keyboards.
+Attachment menu bot web apps may now ask permission to write direct messages to the users that install them.