From 99a7810d0862e990a07b4493869bed91a43668ef Mon Sep 17 00:00:00 2001 From: apepenkov <39992738+apepenkov@users.noreply.github.com> Date: Wed, 20 May 2020 17:26:03 +0300 Subject: [PATCH] Update README.md --- telethon_examples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/telethon_examples/README.md b/telethon_examples/README.md index 29af0e4d..b133d562 100644 --- a/telethon_examples/README.md +++ b/telethon_examples/README.md @@ -130,6 +130,14 @@ assumes some [`asyncio`] knowledge, but otherwise is easy to follow. ![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 [CC0 License]: https://github.com/LonamiWebs/Telethon/blob/master/telethon_examples/LICENSE