From 0eb5172f05fcf0b7306efeb3187a72563dfd6201 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 21 Apr 2023 10:56:54 +0000 Subject: [PATCH] Update content of files --- data/web/blogfork.telegram.org/bots/features.html | 9 ++++++--- data/web/core.telegram.org/bots/features.html | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/data/web/blogfork.telegram.org/bots/features.html b/data/web/blogfork.telegram.org/bots/features.html index 1e22350368..7ae86b9b4a 100644 --- a/data/web/blogfork.telegram.org/bots/features.html +++ b/data/web/blogfork.telegram.org/bots/features.html @@ -203,7 +203,7 @@ width=44% />
-

Examples of inline bots include @gif, @bing and @wiki.

+

Examples of inline bots include @gif, @bing and @wiki. Web App bots can also be used inline – try typing @durgerkingbot in any chat.

Deep Linking

Telegram bots have a deep linking mechanism that allows additional parameters to be passed to the bot on startup. It could be a command that launches the bot – or an authentication token to connect the user's Telegram account to their account on another platform.

@@ -345,7 +345,7 @@ width=44% />
  • Your interfaces, texts and inline results should adapt seamlessly to the language_code, without user intervention.
  • Connected WebApps will receive the user's language_code – your HTML page should account for it.
  • HTML5 Games can obtain language information if you specify it as a URL parameter. You can generate this parameter from the language_code field in the User object served with the initial game CallbackQuery.
  • -
  • The bot's Description and About text can be natively localized with the respective methods.
  • +
  • The bot's Name, Description and About text can be natively localized with the respective methods.
  • Command lists can also be specified for individual languages – more on this here.
  • @@ -506,7 +506,7 @@ width=44% />

    Bots can also have a profile picture – you should pick something unique and original so that users can find it in their chat list at a glance.

    -

    Once set, the bot profile picture can be replaced but never fully removed.

    +

    Starting from April 21, 2023 (Telegram 9.6), you can edit your bot directly from its profile page – including setting a custom profile video.

    Generating an authentication token

    If your existing token is compromised or you lost it for some reason, use the /token command to generate a new one.

    @@ -534,6 +534,9 @@ width=44% />
  • /deletebot – delete your bot and free its username. Cannot be undone.
  • Or you can use the /mybots command, tap on your bot and use the modern inline interface to edit it.

    +
    +

    Starting from April 21, 2023 (Telegram 9.6), you can edit your bot's public-facing info directly from its profile page – including setting a custom profile video.

    +

    Edit settings

    -

    Examples of inline bots include @gif, @bing and @wiki.

    +

    Examples of inline bots include @gif, @bing and @wiki. Web App bots can also be used inline – try typing @durgerkingbot in any chat.

    Deep Linking

    Telegram bots have a deep linking mechanism that allows additional parameters to be passed to the bot on startup. It could be a command that launches the bot – or an authentication token to connect the user's Telegram account to their account on another platform.

    @@ -345,7 +345,7 @@ width=44% />
  • Your interfaces, texts and inline results should adapt seamlessly to the language_code, without user intervention.
  • Connected WebApps will receive the user's language_code – your HTML page should account for it.
  • HTML5 Games can obtain language information if you specify it as a URL parameter. You can generate this parameter from the language_code field in the User object served with the initial game CallbackQuery.
  • -
  • The bot's Description and About text can be natively localized with the respective methods.
  • +
  • The bot's Name, Description and About text can be natively localized with the respective methods.
  • Command lists can also be specified for individual languages – more on this here.
  • @@ -506,7 +506,7 @@ width=44% />

    Bots can also have a profile picture – you should pick something unique and original so that users can find it in their chat list at a glance.

    -

    Once set, the bot profile picture can be replaced but never fully removed.

    +

    Starting from April 21, 2023 (Telegram 9.6), you can edit your bot directly from its profile page – including setting a custom profile video.

    Generating an authentication token

    If your existing token is compromised or you lost it for some reason, use the /token command to generate a new one.

    @@ -534,6 +534,9 @@ width=44% />
  • /deletebot – delete your bot and free its username. Cannot be undone.
  • Or you can use the /mybots command, tap on your bot and use the modern inline interface to edit it.

    +
    +

    Starting from April 21, 2023 (Telegram 9.6), you can edit your bot's public-facing info directly from its profile page – including setting a custom profile video.

    +

    Edit settings