Install
openclaw skills install telegram-bot-builderTelegram Bot 快速build工具 - Keyboard、Inline Buttons、Webhook、Auto-reply、Group管理
openclaw skills install telegram-bot-builder快速整Telegram Bot既技能。
# Inline Keyboard
{
"inline_keyboard": [
[{"text": "✅ Yes", "callback_data": "yes"}],
[{"text": "❌ No", "callback_data": "no"}]
]
}