feat(channel): telegram first version

This commit is contained in:
zhayujie
2026-05-28 12:10:00 +08:00
parent f39380cea7
commit d106465419
11 changed files with 867 additions and 2 deletions

View File

@@ -27,3 +27,5 @@ dingtalk_stream
# wecom bot websocket mode
websocket-client>=1.4.0
pycryptodome
# telegram bot (requires Python >= 3.9; skipped on older versions)
python-telegram-bot; python_version >= "3.9"