diff --git a/data/web/corefork.telegram.org/api/bots/menu.html b/data/web/corefork.telegram.org/api/bots/menu.html index 6e8730ba22..7edb7091df 100644 --- a/data/web/corefork.telegram.org/api/bots/menu.html +++ b/data/web/corefork.telegram.org/api/bots/menu.html @@ -102,7 +102,7 @@

One of the following constructors will be returned:

botMenuButtonDefault will never be returned in this case.

@@ -113,7 +113,7 @@

One of the following constructors will be returned:

diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 95909f4390..c307dcf3db 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -301,9 +301,9 @@
  • Added messageActionWebViewDataSentMe - Data from an opened reply keyboard bot web app was relayed to the bot that owns it (bot side service message).
  • Added messageActionWebViewDataSent - Data from an opened reply keyboard bot web app was relayed to the bot that owns it (user side service message).
  • Added updateBotMenuButton - The menu button behavior for the specified bot has changed
  • -
  • Added botMenuButtonDefault -
  • -
  • Added botMenuButtonCommands -
  • -
  • Added botMenuButton - URL of a web app to open when the user clicks on the button
  • +
  • Added botMenuButtonDefault - Placeholder bot menu button never returned to users: see the docs for more info.
  • +
  • Added botMenuButtonCommands - Bot menu button that opens the bot command list when clicked.
  • +
  • Added botMenuButton - Bot menu button that opens a web app when clicked.
  • Added account.savedRingtonesNotModified - The notification sound list hasn't changed.
  • Added account.savedRingtones - A list of saved notification sounds
  • Added updateSavedRingtones - The list of saved notification sounds has changed, use account.getSavedRingtones to fetch the new list.
  • diff --git a/data/web/corefork.telegram.org/constructor/botMenuButton.html b/data/web/corefork.telegram.org/constructor/botMenuButton.html index a1ce8c8165..36985b97f1 100644 --- a/data/web/corefork.telegram.org/constructor/botMenuButton.html +++ b/data/web/corefork.telegram.org/constructor/botMenuButton.html @@ -4,10 +4,10 @@ botMenuButton - + - + @@ -42,7 +42,7 @@

    botMenuButton

    -

    URL of a web app to open when the user clicks on the button

    +

    Bot menu button that opens a web app when clicked.

    +

    Web Apps for Bots

    +

    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/botMenuButtonCommands.html b/data/web/corefork.telegram.org/constructor/botMenuButtonCommands.html index ba68a430dc..10a2af920f 100644 --- a/data/web/corefork.telegram.org/constructor/botMenuButtonCommands.html +++ b/data/web/corefork.telegram.org/constructor/botMenuButtonCommands.html @@ -4,16 +4,10 @@ botMenuButtonCommands - + - + @@ -48,7 +42,8 @@ BotMenuButton">

    botMenuButtonCommands

    -

    +

    Bot menu button that opens the bot command list when clicked.

    +

    +

    BotMenuButton

    +

    Related pages

    +

    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/botMenuButtonDefault.html b/data/web/corefork.telegram.org/constructor/botMenuButtonDefault.html index 94fba86e94..a030620f4d 100644 --- a/data/web/corefork.telegram.org/constructor/botMenuButtonDefault.html +++ b/data/web/corefork.telegram.org/constructor/botMenuButtonDefault.html @@ -4,16 +4,10 @@ botMenuButtonDefault - + - + @@ -48,7 +42,8 @@ BotMenuButton">

    botMenuButtonDefault

    -

    +

    Placeholder bot menu button never returned to users: see the docs for more info.

    +

    +

    BotMenuButton

    +

    Related pages

    +

    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/type/BotMenuButton.html b/data/web/corefork.telegram.org/type/BotMenuButton.html index 51025d2ebe..9fdaebad35 100644 --- a/data/web/corefork.telegram.org/type/BotMenuButton.html +++ b/data/web/corefork.telegram.org/type/BotMenuButton.html @@ -73,11 +73,11 @@ botMenuButtonDefault -  +Placeholder bot menu button never returned to users: see the docs for more info. botMenuButtonCommands -  +Bot menu button that opens the bot command list when clicked. botMenuButton