open claw.json snippet
"bindings": [],
"messages": {
"queue": {
"mode": "steer",
"byChannel": {
"discord": "steer"
},
"debounceMs": 3000,
"cap": 10,
"drop": "summarize"
},
"inbound": {
"debounceMs": 3000,
"byChannel": {
"discord": 8000
}
},
"ackReactionScope": "group-mentions"
and
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"botToken": "${TELEGRAM_BOT_TOKEN}",
"replyToMode": "first",
"groups": {
"*": {
"requireMention": true
}
},
"allowFrom": [
"I REMOVED THIS"
],
"groupPolicy": "allowlist",
"streaming": "partial"
}
open claw.json snippet
"bindings": [],
"messages": {
"queue": {
"mode": "steer",
"byChannel": {
"discord": "steer"
},
"debounceMs": 3000,
"cap": 10,
"drop": "summarize"
},
"inbound": {
"debounceMs": 3000,
"byChannel": {
"discord": 8000
}
},
"ackReactionScope": "group-mentions"
and
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"botToken": "${TELEGRAM_BOT_TOKEN}",
"replyToMode": "first",
"groups": {
"*": {
"requireMention": true
}
},
"allowFrom": [
"I REMOVED THIS"
],
"groupPolicy": "allowlist",
"streaming": "partial"
}