Files
openclaw/extensions/telegram/openclaw.plugin.json
T

13 lines
220 B
JSON
Raw Normal View History

{
"id": "telegram",
2026-01-31 21:13:13 +09:00
"channels": ["telegram"],
"channelEnvVars": {
"telegram": ["TELEGRAM_BOT_TOKEN"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}