aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorisopen <mr_makss@mail.ru>2025-12-15 19:00:57 +0700
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2025-12-19 17:16:56 +0300
commit11bf5b493e726fba5c4e65ca0efff0b1de163b8a (patch)
tree92afe5e48ec07e4161fa14f573f83cb4286e8bb3 /example
parentf55fb2a2c674bc2743efaadefbf1215abc8581ed (diff)
Add SidusAI example
Diffstat (limited to 'example')
-rw-r--r--example/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
index 90e8a07d5..a6a299e64 100644
--- a/example/README.md
+++ b/example/README.md
@@ -52,6 +52,8 @@ You can also try a fork [python-telegram](https://github.com/iTeam-co/pytglib) o
If you want to use TDLib with asyncio and Python >= 3.9, take a look at [aiotdlib](https://github.com/pylakey/aiotdlib) or [Pytdbot](https://github.com/pytdbot/client) (built on [AYMENJD/tdjson](https://github.com/AYMENJD/tdjson), a high-performance TDLib binding).
+If you want to use TDLib with [SidusAI](https://sidusai.ai/), take a look at [sidusai-tdlib](https://github.com/sidus-ai/sidus-ai-core/pull/22/files).
+
For older Python versions you can use [pytdlib](https://github.com/pytdlib/pytdlib).
This wrapper contains generator for TDLib API classes and basic interface for interaction with TDLib.