From 53e8768f371761b0e3508600a02c565be06994b0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Oct 2022 14:29:36 +0000 Subject: [PATCH] Update content of files --- data/web/blogfork.telegram.org/bots/features.html | 8 +++----- data/web/core.telegram.org/bots/features.html | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/data/web/blogfork.telegram.org/bots/features.html b/data/web/blogfork.telegram.org/bots/features.html index c3d1df962d..cec852be00 100644 --- a/data/web/blogfork.telegram.org/bots/features.html +++ b/data/web/blogfork.telegram.org/bots/features.html @@ -136,6 +136,7 @@ width=44% />

Check out the one_time_keyboard parameter to automatically hide your bot's keyboard as soon as it's been used.

+

You can also customize the text placeholder in the input field by setting the input_field_placeholder parameter.

Inline Keyboards

There are times when you'd prefer to do things without sending any messages to the chat – like when a user is changing settings, toggling options or navigating search results. In such cases, you can use Inline Keyboards that are shown directly below their relevant messages.

Unlike with custom reply keyboards, pressing buttons on inline keyboards doesn't send messages to the chat. Instead, inline keyboards support buttons that can work behind the scenes or open different interfaces: callback buttons, URL buttons, switch-to-inline buttons, game buttons and payment buttons.

@@ -155,9 +156,6 @@ width=44% /> -
-

Remember that you can also customize the text placeholder in the input field by setting the input_field_placeholder parameter.

-

The menu button can alternatively be used to launch a Web App.

Global Commands

To make basic interactions more uniform, we ask all developers to support a few basic commands. Telegram apps will have interface shortcuts for these commands.

@@ -310,14 +308,14 @@ width=44% />

To create a new sticker pack, follow these simple steps:

Once you're done, don't forget to check out our remaining sticker methods to find out how to edit, delete and even reorder your pack.
Note that these methods will only work on packs created by the bot that is calling them.

Language Support

-

Bots can tailor their interfaces to support multiple languages – updating inputs and information on the fly. A user’s in-app language_code is included in every relevant update as an IETF language tag, allowing bots to adapt accordingly.

+

Bots can tailor their interfaces to support multiple languages – updating inputs and information on the fly. A user’s language_code is included in every relevant update as an IETF language tag, allowing bots to adapt accordingly.

We recommend that you follow our guidelines to provide the best user experience.