From 342c262e7c6af8a61562b01b6a2132cd72ef35bc Mon Sep 17 00:00:00 2001 From: apepenkov <39992738+apepenkov@users.noreply.github.com> Date: Thu, 21 May 2020 12:19:47 +0300 Subject: [PATCH] Update README.md --- telethon_examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon_examples/README.md b/telethon_examples/README.md index 748a164c..1bfb6582 100644 --- a/telethon_examples/README.md +++ b/telethon_examples/README.md @@ -137,6 +137,7 @@ assumes some [`asyncio`] knowledge, but otherwise is easy to follow. This example shows how to make invoices (Telegram's way of requesting payments) via a bot account. The example does not include how to add shipping information, though. You'll need to obtain provider token, more info [here](https://core.telegram.org/bots/payments) + It makes use of the ["raw API"](https://tl.telethon.dev) (that is, no friendly `client.` methods), which can be helpful in understanding how it works and how it can be used.