diff --git a/data/web/corefork.telegram.org.html b/data/web/corefork.telegram.org.html index 586d01c368..135e707d33 100644 --- a/data/web/corefork.telegram.org.html +++ b/data/web/corefork.telegram.org.html @@ -134,6 +134,10 @@
Users can interact with your bot via inline queries, straight from the text input field in any chat.
Bots can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats; how to work with games in the MTProto API.
+Bots can offer users interactive HTML5 web apps to completely replace any website.
+Bots can install attachment menu entries, offering conveniently accessible, versatile web apps.
Telegram allows applying detailed message filters while looking for messages in chats. This allows the server to filter messages based on a text query, and even on their type, and this feature is often used by graphical clients to implement features like the chat gallery, chat profile pictures and more.
diff --git a/data/web/corefork.telegram.org/api.html b/data/web/corefork.telegram.org/api.html index 586d01c368..135e707d33 100644 --- a/data/web/corefork.telegram.org/api.html +++ b/data/web/corefork.telegram.org/api.html @@ -134,6 +134,10 @@Users can interact with your bot via inline queries, straight from the text input field in any chat.
Bots can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats; how to work with games in the MTProto API.
+Bots can offer users interactive HTML5 web apps to completely replace any website.
+Bots can install attachment menu entries, offering conveniently accessible, versatile web apps.
Telegram allows applying detailed message filters while looking for messages in chats. This allows the server to filter messages based on a text query, and even on their type, and this feature is often used by graphical clients to implement features like the chat gallery, chat profile pictures and more.
diff --git a/data/web/corefork.telegram.org/api/bots.html b/data/web/corefork.telegram.org/api/bots.html index 49be3e4280..0d188eb8b0 100644 --- a/data/web/corefork.telegram.org/api/bots.html +++ b/data/web/corefork.telegram.org/api/bots.html @@ -68,7 +68,9 @@ Methods that can be called by bots will have a Bots can use this method<Bots can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats; how to work with games in the MTProto API.
Bots can offer users interactive HTML5 web apps to completely replace any website.
+Bots can offer users interactive HTML5 web apps to completely replace any website.
+Bots can install attachment menu entries, offering conveniently accessible, versatile web apps.
diff --git a/data/web/corefork.telegram.org/api/bots/webapps.html b/data/web/corefork.telegram.org/api/bots/webapps.html index 2f3baafa49..be984fd62e 100644 --- a/data/web/corefork.telegram.org/api/bots/webapps.html +++ b/data/web/corefork.telegram.org/api/bots/webapps.html @@ -157,7 +157,7 @@from_bot_menu
flag should be set)start_attach
flag should be populated)To open them, clients should call messages.requestWebView, and then open a webview using the url
contained in the returned webViewResultUrl.
After loading the webview, until it is closed by a web_app_close event, the user client must invoke messages.prolongWebView every 60 seconds.
diff --git a/data/web/corefork.telegram.org/api/themes.html b/data/web/corefork.telegram.org/api/themes.html index b37cdc51d9..b70dd4d5dd 100644 --- a/data/web/corefork.telegram.org/api/themes.html +++ b/data/web/corefork.telegram.org/api/themes.html @@ -74,7 +74,7 @@ The resulting document should be used when creating account.createTheme#652e4400 flags:# slug:string title:string document:flags.2?InputDocument settings:flags.3?Vector<InputThemeSettings> = Theme;Use account.createTheme to create a theme, see the method page for more info about the parameters ».
-The resulting theme can be shared by generating a theme deep link using the slug
».
The resulting theme can be shared by generating a theme deep link » using either a user-provided slug
, or an autogenerated one by leaving the slug
parameter empty and using the returned slug
.
inputTheme#3c5693e9 id:long access_hash:long = InputTheme;
inputThemeSlug#f5890df1 slug:string = InputTheme;
@@ -84,7 +84,7 @@ The resulting document should be used when creating
---functions---
account.updateTheme#2bf40ccc flags:# format:string theme:InputTheme slug:flags.0?string title:flags.1?string document:flags.2?InputDocument settings:flags.3?Vector<InputThemeSettings> = Theme;
-A previously uploaded theme can be modified by the creator using account.updateTheme, passing the same parameters as when creating themes, along with an InputTheme containing the ID and access hash parameters from the theme constructor returned by account.createTheme or account.getTheme.
+A previously uploaded theme can be modified by the creator using account.updateTheme, passing the same parameters used when creating themes, along with an InputTheme containing the ID and access hash parameters from the theme constructor returned by account.createTheme or account.getTheme.
All users that have installed this theme will receive an updateTheme with the updated theme.
inputTheme#3c5693e9 id:long access_hash:long = InputTheme;