mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 02:37:28 +08:00
add telegram group-chat support controls with mention gating and chat allowlist
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user