diff --git a/data/web/corefork.telegram.org/api/bots/attach.html b/data/web/corefork.telegram.org/api/bots/attach.html index 28eb794f3a..d7c65fab47 100644 --- a/data/web/corefork.telegram.org/api/bots/attach.html +++ b/data/web/corefork.telegram.org/api/bots/attach.html @@ -2,12 +2,16 @@
-Bots can install attachment menu entries, offering conveniently accessible, versatile web apps.
+Schema:
+user#3ff6ecb0 flags:# self:flags.10?true contact:flags.11?true mutual_contact:flags.12?true deleted:flags.13?true bot:flags.14?true bot_chat_history:flags.15?true bot_nochats:flags.16?true verified:flags.17?true restricted:flags.18?true min:flags.20?true bot_inline_geo:flags.21?true support:flags.23?true scam:flags.24?true apply_min_photo:flags.25?true fake:flags.26?true bot_attach_menu:flags.27?true premium:flags.28?true attach_menu_enabled:flags.29?true id:long access_hash:flags.0?long first_name:flags.1?string last_name:flags.2?string username:flags.3?string phone:flags.4?string photo:flags.5?UserProfilePhoto status:flags.6?UserStatus bot_info_version:flags.14?int restriction_reason:flags.18?Vector<RestrictionReason> bot_inline_placeholder:flags.19?string lang_code:flags.22?string = User;
+
+updateAttachMenuBots#17b7a20b = Update;
+
+
+attachMenuBotIconColor#4576f3f0 name:string color:int = AttachMenuBotIconColor;
+
+attachMenuBotIcon#b2a7386b flags:# name:string icon:Document colors:flags.0?Vector<AttachMenuBotIconColor> = AttachMenuBotIcon;
+
+attachMenuBot#c8aa2cd2 flags:# inactive:flags.0?true has_settings:flags.1?true bot_id:long short_name:string peer_types:Vector<AttachMenuPeerType> icons:Vector<AttachMenuBotIcon> = AttachMenuBot;
+
+attachMenuBotsNotModified#f1d88a5c = AttachMenuBots;
+attachMenuBots#3c4301c0 hash:long bots:Vector<AttachMenuBot> users:Vector<User> = AttachMenuBots;
+
+attachMenuBotsBot#93bf667f bot:AttachMenuBot users:Vector<User> = AttachMenuBotsBot;
+
+
+attachMenuPeerTypeSameBotPM#7d6be90e = AttachMenuPeerType;
+attachMenuPeerTypeBotPM#c32bfa1a = AttachMenuPeerType;
+attachMenuPeerTypePM#f146d31f = AttachMenuPeerType;
+attachMenuPeerTypeChat#509113f = AttachMenuPeerType;
+attachMenuPeerTypeBroadcast#7bfbdefc = AttachMenuPeerType;
+
+---functions---
+
+
+messages.getAttachMenuBots#16fcc2cb hash:long = AttachMenuBots;
+messages.getAttachMenuBot#77216192 bot:InputUser = AttachMenuBotsBot;
+
+messages.toggleBotInAttachMenu#1aee33af bot:InputUser enabled:Bool = Bool;
Bots can offer users interactive HTML5 web apps to completely replace any website.
They support seamless authorization, integrated payments via multiple payment providers (with Google Pay and Apple Pay out of the box), delivering tailored push notifications to users, and much more.
-This article offers a technical overview of the implementation of bot web apps using the MTProto API: see here an overview using the simplified bot API ».
+This article offers a client-side overview of the implementation of bot web apps using the MTProto API: see here an overview of the web-app side JS API ».
Both simple and normal web apps can send web events starting with web_app_
; see the web event documentation for the full list of events that can be sent by the web app to the client ».
See the Telegram Passport documentation for parameters and usage ».
+See the Telegram Passport documentation for parameters and usage ».
tg:
syntax:
tg://passport?params
tg://resolve?domain=telegrampassport¶ms
diff --git a/data/web/corefork.telegram.org/api/web-events.html b/data/web/corefork.telegram.org/api/web-events.html
index 907088efd2..9c2834f856 100644
--- a/data/web/corefork.telegram.org/api/web-events.html
+++ b/data/web/corefork.telegram.org/api/web-events.html
@@ -148,10 +148,10 @@ The GamingCommunication and bot web app libraries by default will use '*'<
Expands the web app to the maximum available height.
web_app_request_viewport
No event payload.
-Used by web apps to request information about the viewport, clients should emit a viewport_changed event
+Used by web apps to request information about the viewport, clients should emit a viewport_changed event
web_app_request_theme
No event payload.
-Used by web apps to request information about the current theme, clients should emit a theme_changed event.
+Used by web apps to request information about the current theme, clients should emit a theme_changed event.
web_app_ready
No event payload.
Emitted by web apps when they are fully loaded.
diff --git a/data/web/corefork.telegram.org/constructor/attachMenuBot.html b/data/web/corefork.telegram.org/constructor/attachMenuBot.html
index 8c8451913e..717b9fa8a9 100644
--- a/data/web/corefork.telegram.org/constructor/attachMenuBot.html
+++ b/data/web/corefork.telegram.org/constructor/attachMenuBot.html
@@ -42,7 +42,7 @@
attachMenuBot
- Represents a bot web app that can be launched from the attachment menu »
+ Represents a bot web app that can be launched from the attachment menu »
-
@@ -107,8 +107,8 @@
Related pages
messages.toggleBotInAttachMenu
-Enable or disable web bot attachment menu »
-Web Apps for Bots
+Enable or disable web bot attachment menu »
+Attach
diff --git a/data/web/corefork.telegram.org/constructor/attachMenuBotIcon.html b/data/web/corefork.telegram.org/constructor/attachMenuBotIcon.html
index 2871839810..708cfdaa6f 100644
--- a/data/web/corefork.telegram.org/constructor/attachMenuBotIcon.html
+++ b/data/web/corefork.telegram.org/constructor/attachMenuBotIcon.html
@@ -42,7 +42,7 @@
attachMenuBotIcon
- Represents an attachment menu icon for bot web apps »
+ Represents an attachment menu icon for bot web apps »
-
@@ -91,7 +91,7 @@
Type
Related pages
-Web Apps for Bots
+Attach
diff --git a/data/web/corefork.telegram.org/constructor/attachMenuBotIconColor.html b/data/web/corefork.telegram.org/constructor/attachMenuBotIconColor.html
index b1a8677a07..c6cb286459 100644
--- a/data/web/corefork.telegram.org/constructor/attachMenuBotIconColor.html
+++ b/data/web/corefork.telegram.org/constructor/attachMenuBotIconColor.html
@@ -42,7 +42,7 @@
attachMenuBotIconColor
- Represents an attachment menu icon color for bot web apps »
+ Represents an attachment menu icon color for bot web apps »
-
@@ -81,7 +81,7 @@
Type
Related pages
-Web Apps for Bots
+Attach
diff --git a/data/web/corefork.telegram.org/constructor/attachMenuBots.html b/data/web/corefork.telegram.org/constructor/attachMenuBots.html
index c4dd257c11..4f2d9c92ed 100644
--- a/data/web/corefork.telegram.org/constructor/attachMenuBots.html
+++ b/data/web/corefork.telegram.org/constructor/attachMenuBots.html
@@ -42,7 +42,7 @@
attachMenuBots
- Represents a list of bot web apps that can be launched from the attachment menu »
+ Represents a list of bot web apps that can be launched from the attachment menu »
-
@@ -74,7 +74,7 @@
bots
Vector<AttachMenuBot>
-List of bot web apps that can be launched from the attachment menu »
+List of bot web apps that can be launched from the attachment menu »
users
@@ -88,7 +88,7 @@
Related pages
Pagination in the API
How to fetch results from large lists of objects.
-Web Apps for Bots
+Attach
diff --git a/data/web/corefork.telegram.org/constructor/attachMenuBotsBot.html b/data/web/corefork.telegram.org/constructor/attachMenuBotsBot.html
index fd77626a09..fdf31a4255 100644
--- a/data/web/corefork.telegram.org/constructor/attachMenuBotsBot.html
+++ b/data/web/corefork.telegram.org/constructor/attachMenuBotsBot.html
@@ -42,7 +42,7 @@
attachMenuBotsBot
- Represents a bot web app that can be launched from the attachment menu »
+ Represents a bot web app that can be launched from the attachment menu »
-
@@ -69,7 +69,7 @@
bot
AttachMenuBot
-Represents a bot web app that can be launched from the attachment menu »
+Represents a bot web app that can be launched from the attachment menu »
users
@@ -81,7 +81,7 @@
Type
Related pages
-Web Apps for Bots
+Attach
diff --git a/data/web/corefork.telegram.org/constructor/botMenuButton.html b/data/web/corefork.telegram.org/constructor/botMenuButton.html
index 36985b97f1..3931a4e8ad 100644
--- a/data/web/corefork.telegram.org/constructor/botMenuButton.html
+++ b/data/web/corefork.telegram.org/constructor/botMenuButton.html
@@ -42,7 +42,7 @@
botMenuButton
- Bot menu button that opens a web app when clicked.
+ Bot menu button that opens a web app when clicked.
-
@@ -74,14 +74,15 @@
url
string
-URL of a web app to open when the user clicks on the button
+URL of a web app to open when the user clicks on the button
Type
Related pages
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
Bot menu button
Bots can choose the behavior of the menu button shown next to the text input field.
diff --git a/data/web/corefork.telegram.org/constructor/inputMediaInvoice.html b/data/web/corefork.telegram.org/constructor/inputMediaInvoice.html
index d57076b1a2..fdf73faaf7 100644
--- a/data/web/corefork.telegram.org/constructor/inputMediaInvoice.html
+++ b/data/web/corefork.telegram.org/constructor/inputMediaInvoice.html
@@ -109,13 +109,15 @@
start_param
flags.1?string
-Start parameter
+Unique bot deep links start parameter. If present, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter. If absent, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice.
Type
Related pages
+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.
Bot Payments API
diff --git a/data/web/corefork.telegram.org/constructor/keyboardButtonSimpleWebView.html b/data/web/corefork.telegram.org/constructor/keyboardButtonSimpleWebView.html
index a8cd8fc519..04f2916da6 100644
--- a/data/web/corefork.telegram.org/constructor/keyboardButtonSimpleWebView.html
+++ b/data/web/corefork.telegram.org/constructor/keyboardButtonSimpleWebView.html
@@ -42,7 +42,7 @@
keyboardButtonSimpleWebView
- Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
+ Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.
@@ -75,18 +75,19 @@
url
string
-Web app URL
+Web app URL
Type
Related pages
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
messages.requestSimpleWebView
-Open a bot web app.
+Open a bot web app.
keyboardButtonWebView
-Button to open a bot web app using messages.requestWebView, sending over user information after user confirmation.
+Button to open a bot web app using messages.requestWebView, sending over user information after user confirmation.
Can only be sent or received as part of an inline keyboard, use keyboardButtonSimpleWebView for reply keyboards.
diff --git a/data/web/corefork.telegram.org/constructor/keyboardButtonWebView.html b/data/web/corefork.telegram.org/constructor/keyboardButtonWebView.html
index 04cc7388f7..e87792c611 100644
--- a/data/web/corefork.telegram.org/constructor/keyboardButtonWebView.html
+++ b/data/web/corefork.telegram.org/constructor/keyboardButtonWebView.html
@@ -42,7 +42,7 @@
keyboardButtonWebView
- Button to open a bot web app using messages.requestWebView, sending over user information after user confirmation.
+ Button to open a bot web app using messages.requestWebView, sending over user information after user confirmation.
Can only be sent or received as part of an inline keyboard, use keyboardButtonSimpleWebView for reply keyboards.
@@ -75,19 +75,20 @@
url
string
-Web app url
+Web app url
Type
Related pages
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
messages.requestWebView
Open a bot web app, sending over user information after user confirmation.
After calling this method, until the user closes the webview, messages.prolongWebView must be called every 60 seconds.
keyboardButtonSimpleWebView
-Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
+Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.
diff --git a/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSent.html b/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSent.html
index c8de7e8012..1bdfe1cbcd 100644
--- a/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSent.html
+++ b/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSent.html
@@ -42,7 +42,7 @@
messageActionWebViewDataSent
- Data from an opened reply keyboard bot web app was relayed to the bot that owns it (user side service message).
+ Data from an opened reply keyboard bot web app was relayed to the bot that owns it (user side service message).
-
@@ -77,9 +77,10 @@
Related pages
keyboardButtonSimpleWebView
-Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
+Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
diff --git a/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSentMe.html b/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSentMe.html
index f17a44f5cf..778582f425 100644
--- a/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSentMe.html
+++ b/data/web/corefork.telegram.org/constructor/messageActionWebViewDataSentMe.html
@@ -42,7 +42,7 @@
messageActionWebViewDataSentMe
- Data from an opened reply keyboard bot web app was relayed to the bot that owns it (bot side service message).
+ Data from an opened reply keyboard bot web app was relayed to the bot that owns it (bot side service message).
-
@@ -82,9 +82,10 @@
Related pages
keyboardButtonSimpleWebView
-Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
+Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
diff --git a/data/web/corefork.telegram.org/constructor/updateAttachMenuBots.html b/data/web/corefork.telegram.org/constructor/updateAttachMenuBots.html
index 13125b8b14..b350297084 100644
--- a/data/web/corefork.telegram.org/constructor/updateAttachMenuBots.html
+++ b/data/web/corefork.telegram.org/constructor/updateAttachMenuBots.html
@@ -42,7 +42,7 @@
updateAttachMenuBots
- The list of added bot web apps » has changed, use messages.getAttachMenuBots to fetch the updated list.
+ The list of added bot web apps » has changed, use messages.getAttachMenuBots to fetch the updated list.
-
@@ -61,9 +61,9 @@
Type
Related pages
-Web Apps for Bots
+Attach
messages.getAttachMenuBots
-Returns installed attachment menu bot web apps »
+Returns installed attachment menu bot web apps »
diff --git a/data/web/corefork.telegram.org/constructor/user.html b/data/web/corefork.telegram.org/constructor/user.html
index c9d7c37c38..2ac42a9a13 100644
--- a/data/web/corefork.telegram.org/constructor/user.html
+++ b/data/web/corefork.telegram.org/constructor/user.html
@@ -149,7 +149,7 @@
bot_attach_menu
flags.27?true
-Whether this bot offers an attachment menu web app
+Whether this bot offers an attachment menu web app
premium
@@ -159,7 +159,7 @@
attach_menu_enabled
flags.29?true
-Whether we installed the attachment menu web app offered by this bot
+Whether we installed the attachment menu web app offered by this bot
id
@@ -228,7 +228,7 @@
Related pages
Min constructors
In some situations user and channel constructors have reduced set of fields present (although id is always there) and min flag set.
-Web Apps for Bots
+Attach
userFull
Extended user info
diff --git a/data/web/corefork.telegram.org/constructor/wallPaperSettings.html b/data/web/corefork.telegram.org/constructor/wallPaperSettings.html
index cb7066aca6..5209e65bd7 100644
--- a/data/web/corefork.telegram.org/constructor/wallPaperSettings.html
+++ b/data/web/corefork.telegram.org/constructor/wallPaperSettings.html
@@ -84,7 +84,7 @@
background_color
flags.0?int
-Used for solid », [gradient »]/api/wallpapers#gradient-fill) and freeform gradient » fills.
+Used for solid », gradient » and freeform gradient » fills.
second_background_color
diff --git a/data/web/corefork.telegram.org/method/messages.getAttachMenuBot b/data/web/corefork.telegram.org/method/messages.getAttachMenuBot
index 1013e3d612..0a96a86c37 100644
--- a/data/web/corefork.telegram.org/method/messages.getAttachMenuBot
+++ b/data/web/corefork.telegram.org/method/messages.getAttachMenuBot
@@ -42,7 +42,7 @@
messages.getAttachMenuBot
- Returns attachment menu entry for a bot web app that can be launched from the attachment menu »
+ Returns attachment menu entry for a bot web app that can be launched from the attachment menu »
-
@@ -95,7 +95,7 @@
Related pages
-Web Apps for Bots
+Attach
diff --git a/data/web/corefork.telegram.org/method/messages.getAttachMenuBots b/data/web/corefork.telegram.org/method/messages.getAttachMenuBots
index a64e98ed79..be779e6017 100644
--- a/data/web/corefork.telegram.org/method/messages.getAttachMenuBots
+++ b/data/web/corefork.telegram.org/method/messages.getAttachMenuBots
@@ -42,7 +42,7 @@
messages.getAttachMenuBots
- Returns installed attachment menu bot web apps »
+ Returns installed attachment menu bot web apps »
-
@@ -81,7 +81,7 @@
Related pages
Pagination in the API
How to fetch results from large lists of objects.
-Web Apps for Bots
+Attach
diff --git a/data/web/corefork.telegram.org/method/messages.prolongWebView b/data/web/corefork.telegram.org/method/messages.prolongWebView
index 016d973233..f7e4fa9023 100644
--- a/data/web/corefork.telegram.org/method/messages.prolongWebView
+++ b/data/web/corefork.telegram.org/method/messages.prolongWebView
@@ -87,7 +87,7 @@
bot
InputUser
-Bot that owns the web app
+Bot that owns the web app
query_id
@@ -111,7 +111,8 @@
Related pages
messages.sendWebViewResultMessage
Terminate webview interaction started with messages.requestWebView, sending the specified message to the chat on behalf of the user.
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
messages.requestWebView
Open a bot web app, sending over user information after user confirmation.
After calling this method, until the user closes the webview, messages.prolongWebView must be called every 60 seconds.
diff --git a/data/web/corefork.telegram.org/method/messages.requestSimpleWebView b/data/web/corefork.telegram.org/method/messages.requestSimpleWebView
index 098021712f..d53f4acf8d 100644
--- a/data/web/corefork.telegram.org/method/messages.requestSimpleWebView
+++ b/data/web/corefork.telegram.org/method/messages.requestSimpleWebView
@@ -42,7 +42,7 @@
messages.requestSimpleWebView
- Open a bot web app.
+ Open a bot web app.
-
@@ -93,7 +93,8 @@
Result
Related pages
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
diff --git a/data/web/corefork.telegram.org/method/messages.requestWebView b/data/web/corefork.telegram.org/method/messages.requestWebView
index cc0d20243b..e9a2ca6cbc 100644
--- a/data/web/corefork.telegram.org/method/messages.requestWebView
+++ b/data/web/corefork.telegram.org/method/messages.requestWebView
@@ -92,12 +92,12 @@
bot
InputUser
-Bot that owns the web app
+Bot that owns the web app
url
flags.1?string
-Web app URL
+Web app URL
start_param
@@ -130,9 +130,9 @@
Terminate webview interaction started with messages.requestWebView, sending the specified message to the chat on behalf of the user.
Bot web apps
Bots can offer users interactive HTML5 web apps to completely replace any website.
-Web Apps for Bots
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.
+Web Apps for Bots
messages.prolongWebView
Indicate to the server (from the user side) that the user is still using a web app.
diff --git a/data/web/corefork.telegram.org/method/messages.sendWebViewData b/data/web/corefork.telegram.org/method/messages.sendWebViewData
index b3914ca6bf..e794534179 100644
--- a/data/web/corefork.telegram.org/method/messages.sendWebViewData
+++ b/data/web/corefork.telegram.org/method/messages.sendWebViewData
@@ -42,7 +42,7 @@
messages.sendWebViewData
- Used by the user to relay data from an opened reply keyboard bot web app to the bot that owns it.
+ Used by the user to relay data from an opened reply keyboard bot web app to the bot that owns it.
-
@@ -100,11 +100,12 @@
Related pages
keyboardButtonSimpleWebView
-Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
+Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.
Web events
How telegram apps interact with webpages
-Web Apps for Bots
+Bot web apps
+Bots can offer users interactive HTML5 web apps to completely replace any website.
diff --git a/data/web/corefork.telegram.org/method/messages.toggleBotInAttachMenu b/data/web/corefork.telegram.org/method/messages.toggleBotInAttachMenu
index deb20c7801..cca02f86dd 100644
--- a/data/web/corefork.telegram.org/method/messages.toggleBotInAttachMenu
+++ b/data/web/corefork.telegram.org/method/messages.toggleBotInAttachMenu
@@ -42,7 +42,7 @@
messages.toggleBotInAttachMenu
- Enable or disable web bot attachment menu »
+ Enable or disable web bot attachment menu »
-
@@ -84,7 +84,7 @@
Result
Related pages
-Web Apps for Bots
+Attach
diff --git a/data/web/corefork.telegram.org/method/payments.exportInvoice b/data/web/corefork.telegram.org/method/payments.exportInvoice
index 4607aa87fd..c97236ceb0 100644
--- a/data/web/corefork.telegram.org/method/payments.exportInvoice
+++ b/data/web/corefork.telegram.org/method/payments.exportInvoice
@@ -42,7 +42,7 @@
payments.exportInvoice
- Generate invoice deep link
+ Generate an invoice deep link
-
diff --git a/data/web/corefork.telegram.org/methods.html b/data/web/corefork.telegram.org/methods.html
index 1907fed037..d0d919ba48 100644
--- a/data/web/corefork.telegram.org/methods.html
+++ b/data/web/corefork.telegram.org/methods.html
@@ -1171,7 +1171,7 @@
messages.requestSimpleWebView
-Open a bot web app.
+Open a bot web app.
messages.sendWebViewResultMessage
@@ -1179,7 +1179,7 @@
messages.sendWebViewData
-Used by the user to relay data from an opened reply keyboard bot web app to the bot that owns it.
+Used by the user to relay data from an opened reply keyboard bot web app to the bot that owns it.
@@ -2096,7 +2096,7 @@
payments.exportInvoice
-Generate invoice deep link
+Generate an invoice deep link
@@ -2345,15 +2345,15 @@
messages.getAttachMenuBots
-Returns installed attachment menu bot web apps »
+Returns installed attachment menu bot web apps »
messages.getAttachMenuBot
-Returns attachment menu entry for a bot web app that can be launched from the attachment menu »
+Returns attachment menu entry for a bot web app that can be launched from the attachment menu »
messages.toggleBotInAttachMenu
-Enable or disable web bot attachment menu »
+Enable or disable web bot attachment menu »
diff --git a/data/web/corefork.telegram.org/type/AttachMenuBot.html b/data/web/corefork.telegram.org/type/AttachMenuBot.html
index 0125a9032e..23830b896c 100644
--- a/data/web/corefork.telegram.org/type/AttachMenuBot.html
+++ b/data/web/corefork.telegram.org/type/AttachMenuBot.html
@@ -67,7 +67,7 @@
attachMenuBot
-Represents a bot web app that can be launched from the attachment menu »
+Represents a bot web app that can be launched from the attachment menu »
diff --git a/data/web/corefork.telegram.org/type/AttachMenuBotIcon.html b/data/web/corefork.telegram.org/type/AttachMenuBotIcon.html
index 0a8c1cee22..84247cc10f 100644
--- a/data/web/corefork.telegram.org/type/AttachMenuBotIcon.html
+++ b/data/web/corefork.telegram.org/type/AttachMenuBotIcon.html
@@ -67,7 +67,7 @@
attachMenuBotIcon
-Represents an attachment menu icon for bot web apps »
+Represents an attachment menu icon for bot web apps »
diff --git a/data/web/corefork.telegram.org/type/AttachMenuBotIconColor.html b/data/web/corefork.telegram.org/type/AttachMenuBotIconColor.html
index e54cad92c1..9dd94ad5b4 100644
--- a/data/web/corefork.telegram.org/type/AttachMenuBotIconColor.html
+++ b/data/web/corefork.telegram.org/type/AttachMenuBotIconColor.html
@@ -67,7 +67,7 @@
attachMenuBotIconColor
-Represents an attachment menu icon color for bot web apps »
+Represents an attachment menu icon color for bot web apps »
diff --git a/data/web/corefork.telegram.org/type/AttachMenuBots.html b/data/web/corefork.telegram.org/type/AttachMenuBots.html
index 01823170a7..8f15206813 100644
--- a/data/web/corefork.telegram.org/type/AttachMenuBots.html
+++ b/data/web/corefork.telegram.org/type/AttachMenuBots.html
@@ -76,7 +76,7 @@
attachMenuBots
-Represents a list of bot web apps that can be launched from the attachment menu »
+Represents a list of bot web apps that can be launched from the attachment menu »
@@ -91,7 +91,7 @@
messages.getAttachMenuBots
-Returns installed attachment menu bot web apps »
+Returns installed attachment menu bot web apps »
diff --git a/data/web/corefork.telegram.org/type/AttachMenuBotsBot.html b/data/web/corefork.telegram.org/type/AttachMenuBotsBot.html
index b8504ecee8..817cc72894 100644
--- a/data/web/corefork.telegram.org/type/AttachMenuBotsBot.html
+++ b/data/web/corefork.telegram.org/type/AttachMenuBotsBot.html
@@ -71,7 +71,7 @@
attachMenuBotsBot
-Represents a bot web app that can be launched from the attachment menu »
+Represents a bot web app that can be launched from the attachment menu »
@@ -86,7 +86,7 @@
messages.getAttachMenuBot
-Returns attachment menu entry for a bot web app that can be launched from the attachment menu »
+Returns attachment menu entry for a bot web app that can be launched from the attachment menu »
diff --git a/data/web/corefork.telegram.org/type/Bool.html b/data/web/corefork.telegram.org/type/Bool.html
index 687a23183e..ee67490a63 100644
--- a/data/web/corefork.telegram.org/type/Bool.html
+++ b/data/web/corefork.telegram.org/type/Bool.html
@@ -664,7 +664,7 @@
messages.toggleBotInAttachMenu
-Enable or disable web bot attachment menu »
+Enable or disable web bot attachment menu »
messages.prolongWebView
diff --git a/data/web/corefork.telegram.org/type/BotMenuButton.html b/data/web/corefork.telegram.org/type/BotMenuButton.html
index 0b438b8a7c..f82acb58e1 100644
--- a/data/web/corefork.telegram.org/type/BotMenuButton.html
+++ b/data/web/corefork.telegram.org/type/BotMenuButton.html
@@ -81,7 +81,7 @@
botMenuButton
-Bot menu button that opens a web app when clicked.
+Bot menu button that opens a web app when clicked.
diff --git a/data/web/corefork.telegram.org/type/KeyboardButton.html b/data/web/corefork.telegram.org/type/KeyboardButton.html
index 4cc4a64054..a02f204102 100644
--- a/data/web/corefork.telegram.org/type/KeyboardButton.html
+++ b/data/web/corefork.telegram.org/type/KeyboardButton.html
@@ -133,11 +133,11 @@
keyboardButtonWebView
-Button to open a bot web app using messages.requestWebView, sending over user information after user confirmation.
Can only be sent or received as part of an inline keyboard, use keyboardButtonSimpleWebView for reply keyboards.
+Button to open a bot web app using messages.requestWebView, sending over user information after user confirmation.
Can only be sent or received as part of an inline keyboard, use keyboardButtonSimpleWebView for reply keyboards.
keyboardButtonSimpleWebView
-Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.
+Button to open a bot web app using messages.requestSimpleWebView, without sending user information to the web app.
Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.
diff --git a/data/web/corefork.telegram.org/type/MessageAction.html b/data/web/corefork.telegram.org/type/MessageAction.html
index 97614d5432..79203b3888 100644
--- a/data/web/corefork.telegram.org/type/MessageAction.html
+++ b/data/web/corefork.telegram.org/type/MessageAction.html
@@ -219,11 +219,11 @@
messageActionWebViewDataSentMe
-Data from an opened reply keyboard bot web app was relayed to the bot that owns it (bot side service message).
+Data from an opened reply keyboard bot web app was relayed to the bot that owns it (bot side service message).
messageActionWebViewDataSent
-Data from an opened reply keyboard bot web app was relayed to the bot that owns it (user side service message).
+Data from an opened reply keyboard bot web app was relayed to the bot that owns it (user side service message).
messageActionGiftPremium
diff --git a/data/web/corefork.telegram.org/type/SimpleWebViewResult.html b/data/web/corefork.telegram.org/type/SimpleWebViewResult.html
index 6cf95784c4..55b55b96e0 100644
--- a/data/web/corefork.telegram.org/type/SimpleWebViewResult.html
+++ b/data/web/corefork.telegram.org/type/SimpleWebViewResult.html
@@ -86,7 +86,7 @@
messages.requestSimpleWebView
-Open a bot web app.
+Open a bot web app.
diff --git a/data/web/corefork.telegram.org/type/Update.html b/data/web/corefork.telegram.org/type/Update.html
index 6a632c7a1f..a21dc86cfc 100644
--- a/data/web/corefork.telegram.org/type/Update.html
+++ b/data/web/corefork.telegram.org/type/Update.html
@@ -552,7 +552,7 @@
updateAttachMenuBots
-The list of added bot web apps » has changed, use messages.getAttachMenuBots to fetch the updated list.
+The list of added bot web apps » has changed, use messages.getAttachMenuBots to fetch the updated list.
updateWebViewResultSent
diff --git a/data/web/corefork.telegram.org/type/Updates.html b/data/web/corefork.telegram.org/type/Updates.html
index 00b9a02ec0..e9a33008a3 100644
--- a/data/web/corefork.telegram.org/type/Updates.html
+++ b/data/web/corefork.telegram.org/type/Updates.html
@@ -477,7 +477,7 @@
messages.sendWebViewData
-Used by the user to relay data from an opened reply keyboard bot web app to the bot that owns it.
+Used by the user to relay data from an opened reply keyboard bot web app to the bot that owns it.
channels.toggleJoinToSend
diff --git a/data/web/corefork.telegram.org/type/payments.ExportedInvoice b/data/web/corefork.telegram.org/type/payments.ExportedInvoice
index b2848c4f1e..3f801faf7a 100644
--- a/data/web/corefork.telegram.org/type/payments.ExportedInvoice
+++ b/data/web/corefork.telegram.org/type/payments.ExportedInvoice
@@ -86,7 +86,7 @@
payments.exportInvoice
-Generate invoice deep link
+Generate an invoice deep link