feat(channel): support telegram bot

This commit is contained in:
zhayujie
2026-05-28 15:07:09 +08:00
parent d106465419
commit e3eacc77d7
11 changed files with 261 additions and 23 deletions

View File

@@ -2915,7 +2915,6 @@ class ChannelsHandler:
"color": "sky",
"fields": [
{"key": "telegram_token", "label": "Bot Token", "type": "secret"},
{"key": "telegram_proxy", "label": "Proxy (optional)", "type": "text"},
],
}),
])