Update README.md

This commit is contained in:
apepenkov 2020-05-20 22:53:24 +03:00 committed by GitHub
parent a16e72e259
commit b4c6f0bebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,8 +135,8 @@ assumes some [`asyncio`] knowledge, but otherwise is easy to follow.
* Usable as: **bot**. * Usable as: **bot**.
* Difficulty: **medium**. * Difficulty: **medium**.
This example shows you an example of making invoices (requesting payemnts) via bot without shipping. 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.
Uses some raw api and some raw request, which can also help you in understanding telethon itself. 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.
[Telethon]: https://github.com/LonamiWebs/Telethon [Telethon]: https://github.com/LonamiWebs/Telethon