Update README.md

This commit is contained in:
apepenkov 2020-05-20 17:26:03 +03:00 committed by GitHub
parent 2c9eb28370
commit 99a7810d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,14 @@ assumes some [`asyncio`] knowledge, but otherwise is easy to follow.
![Screenshot of the tkinter GUI][tkinter GUI] ![Screenshot of the tkinter GUI][tkinter GUI]
### [`payment.py`]
* Usable as: **bot**.
* Difficulty: **medium**.
This example shows you an example of making invoices (requesting payemnts) via bot without shipping.
Uses some raw api and some raw request, which can also help you in understanding telethon itself.
[Telethon]: https://github.com/LonamiWebs/Telethon [Telethon]: https://github.com/LonamiWebs/Telethon
[CC0 License]: https://github.com/LonamiWebs/Telethon/blob/master/telethon_examples/LICENSE [CC0 License]: https://github.com/LonamiWebs/Telethon/blob/master/telethon_examples/LICENSE