From 10c45db6f2c1f03bdabc793ae89c2a69918e6266 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 26 Apr 2021 13:14:33 +0000 Subject: [PATCH] Update content of files --- data/core.telegram.org/bots/payments.html | 4 +--- data/telegram.org/{testshop.html => teststore.html} | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename data/telegram.org/{testshop.html => teststore.html} (100%) diff --git a/data/core.telegram.org/bots/payments.html b/data/core.telegram.org/bots/payments.html index b82b444b15..afedc64887 100644 --- a/data/core.telegram.org/bots/payments.html +++ b/data/core.telegram.org/bots/payments.html @@ -72,13 +72,11 @@

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.

diff --git a/data/telegram.org/testshop.html b/data/telegram.org/teststore.html similarity index 100% rename from data/telegram.org/testshop.html rename to data/telegram.org/teststore.html