From 335d41366a4ddec14ec31bbce97a855214806e48 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 26 Apr 2021 13:05:09 +0000 Subject: [PATCH] Update content of files --- data/core.telegram.org/bots/api-changelog.html | 2 +- data/core.telegram.org/bots/api.html | 2 +- data/core.telegram.org/bots/payments.html | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/core.telegram.org/bots/api-changelog.html b/data/core.telegram.org/bots/api-changelog.html index 50625ab4d8..cb61488146 100644 --- a/data/core.telegram.org/bots/api-changelog.html +++ b/data/core.telegram.org/bots/api-changelog.html @@ -69,7 +69,7 @@ To learn how to create…">
-

⚠️ WARNING! ⚠️
Service messages about non-bot users joining the chat will be soon removed from large groups. We recommend using the “chat_status” update as a replacement.

+

⚠️ WARNING! ⚠️
Service messages about non-bot users joining the chat will be soon removed from large groups. We recommend using the “chat_member” update as a replacement.


diff --git a/data/core.telegram.org/bots/api.html b/data/core.telegram.org/bots/api.html index b4c4b96f88..3d5c735c39 100644 --- a/data/core.telegram.org/bots/api.html +++ b/data/core.telegram.org/bots/api.html @@ -68,7 +68,7 @@ To learn how to create…">

-

⚠️ WARNING! ⚠️
Service messages about non-bot users joining the chat will be soon removed from large groups. We recommend using the “chat_status” update as a replacement.

+

⚠️ WARNING! ⚠️
Service messages about non-bot users joining the chat will be soon removed from large groups. We recommend using the “chat_member” update as a replacement.


diff --git a/data/core.telegram.org/bots/payments.html b/data/core.telegram.org/bots/payments.html index edbcfccab2..b82b444b15 100644 --- a/data/core.telegram.org/bots/payments.html +++ b/data/core.telegram.org/bots/payments.html @@ -72,11 +72,13 @@

How does this work?

You create a bot that offers goods and services to Telegram users. Merchant bots can send specially formatted invoice messages to users, groups or channels. If your bot supports inline mode, users can also send invoices to other chats via the bot, including to one-on-one chats with other users.

+

Invoice messages feature a photo and description of the product along with a prominent Pay button. Tapping this button opens a special payment interface in the Telegram app. In this interface, users can choose a tip amount (if allowed by the merchant) and enter additional details like shipping info, phone number, or email address.

The bot can offer several shipping options for physical goods based on the delivery address. When ready, users enter their credit card info or choose a saved card — and pay for the product. Telegram also supports Apple Pay and Google Pay. Once the transaction is done, the merchant bot can send a receipt message with payment details, shipping and delivery information.