From 7155f974a23a19594caa4f5ea6913a8d1c0e3776 Mon Sep 17 00:00:00 2001 From: Denis Date: Sun, 20 Jul 2025 22:53:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20README.md=20=D0=B4=D0=BB=D1=8F=20=D0=B2=D0=B5=D0=B1?= =?UTF-8?q?=D1=85=D1=83=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/webhook/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/webhook/README.md diff --git a/examples/webhook/README.md b/examples/webhook/README.md new file mode 100644 index 0000000..685a1ba --- /dev/null +++ b/examples/webhook/README.md @@ -0,0 +1,4 @@ +## Вебхуки + + - [Высокоуровневый](https://github.com/love-apples/maxapi/tree/main/examples/webhook/high_level.py) + - [Низкоуровневый](https://github.com/love-apples/maxapi/tree/main/examples/webhook/low_level.py) \ No newline at end of file