Telegram is an optional secondary channel for mobile-first chat access. The web UI remains the primary interface.
Set both enable flag and bot token:
PICLAW_TELEGRAM_ENABLED=1
PICLAW_TELEGRAM_BOT_TOKEN=123456789:your_botfather_tokenOr in /workspace/.piclaw/config.json:
{
"telegram": {
"enabled": true,
"botToken": "123456789:your_botfather_token"
}
}If disabled (or missing token), piclaw uses a no-op Telegram boundary and continues normally.
Piclaw stores Telegram chats as chat_jid values like:
telegram:123456789 (DM)telegram:-1001234567890 (group/supergroup)telegram:-1001234567890:topic:42 (forum topic)Unset PICLAW_TELEGRAM_ENABLED (or set to 0 / false).