mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"id": "telegram",
|
|
"channels": ["telegram"],
|
|
"channelEnvVars": {
|
|
"telegram": ["TELEGRAM_BOT_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|