diff --git a/data/web/corefork.telegram.org/api/saved-messages.html b/data/web/corefork.telegram.org/api/saved-messages.html index 7c509614df..27ab36e27a 100644 --- a/data/web/corefork.telegram.org/api/saved-messages.html +++ b/data/web/corefork.telegram.org/api/saved-messages.html @@ -112,7 +112,7 @@ To add new dialogs to the saved dialog list, simply forward messages from any no
Saving messages from private chats with users with forward privacy enabled will add them to a saved dialog entry of a special anonymous user with id=2666000
.
Clients may use the following pseudocode to manually populate the saved_peer_id
of old layer < 170
messages stored in the local database.
// user_id is the ID of the current user.
+// user_id is the ID of the current user.
if (message.peer_id == user_id) {
if (message.fwd_from.saved_from_peer) {
diff --git a/data/web/corefork.telegram.org/constructor/botApp.html b/data/web/corefork.telegram.org/constructor/botApp.html
index 6c3e319812..b49eaabff1 100644
--- a/data/web/corefork.telegram.org/constructor/botApp.html
+++ b/data/web/corefork.telegram.org/constructor/botApp.html
@@ -4,10 +4,10 @@
botApp
-
+
-
+
@@ -42,7 +42,7 @@
botApp
- Contains information about a named Mini App.
+ Contains information about a direct link Mini App.
-
@@ -119,7 +119,7 @@
Deep links
Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.
messages.getBotApp
-Obtain information about a named Mini App
+Obtain information about a direct link Mini App
Mini Apps on Telegram
Bots can offer users interactive HTML5 web apps to completely replace any website.
diff --git a/data/web/corefork.telegram.org/methods.html b/data/web/corefork.telegram.org/methods.html
index c808afbd57..f2f37f5a8b 100644
--- a/data/web/corefork.telegram.org/methods.html
+++ b/data/web/corefork.telegram.org/methods.html
@@ -1389,7 +1389,7 @@ Look for updates of telegram's terms of serviceā¦">
messages.getBotApp
-Obtain information about a named Mini App
+Obtain information about a direct link Mini App
bots.canSendMessage