Files
openclaw/extensions/telegram/openclaw.plugin.json
2026-04-06 19:53:27 +01:00

13 lines
220 B
JSON

{
"id": "telegram",
"channels": ["telegram"],
"channelEnvVars": {
"telegram": ["TELEGRAM_BOT_TOKEN"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}