add telegram group-chat support controls with mention gating and chat allowlist

This commit is contained in:
DBT
2026-02-25 04:50:00 +00:00
parent 27ccb576c6
commit b7caca5214
3 changed files with 71 additions and 7 deletions

View File

@@ -82,7 +82,10 @@
"telegram": {
"enabled": false,
"token": "YOUR_TELEGRAM_BOT_TOKEN",
"allow_from": ["YOUR_USER_ID"]
"allow_from": ["YOUR_USER_ID"],
"allow_chats": [],
"enable_groups": true,
"require_mention_in_groups": true
},
"discord": {
"enabled": false,