Update telethon_examples/README.md

Co-authored-by: Lonami <totufals@hotmail.com>
This commit is contained in:
apepenkov 2020-05-21 13:57:27 +03:00 committed by GitHub
parent bb1775f960
commit 7743073bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,9 @@ assumes some [`asyncio`] knowledge, but otherwise is easy to follow.
* Difficulty: **medium**.
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)
You'll need to obtain a "provider token" to use this example, so please read [Telegram's guide on payments](https://core.telegram.org/bots/payments) before using this example.
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.