24 lines
616 B
JSON

{
"name": "@openclaw/telegram",
"version": "2026.3.14",
"private": true,
"description": "OpenClaw Telegram channel plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"channel": {
"id": "telegram",
"label": "Telegram",
"selectionLabel": "Telegram (Bot API)",
"detailLabel": "Telegram Bot",
"docsPath": "/channels/telegram",
"docsLabel": "telegram",
"blurb": "simplest way to get started — register a bot with @BotFather and get going.",
"systemImage": "paperplane"
}
}
}