🦀 ClawHub
Telegram Bot Builder
by @katrina-jpg
Telegram Bot 快速build工具 - Keyboard、Inline Buttons、Webhook、Auto-reply、Group管理
TERMINAL
clawhub install telegram-bot-builder📖 About This Skill
name: telegram-bot-builder description: Telegram Bot 快速build工具 - Keyboard、Inline Buttons、Webhook、Auto-reply、Group管理 version: 1.0.0 tags: - telegram - bot - messaging - automation
Telegram Bot Builder
快速整Telegram Bot既技能。
功能
常用Code
# Inline Keyboard
{
"inline_keyboard": [
[{"text": "✅ Yes", "callback_data": "yes"}],
[{"text": "❌ No", "callback_data": "no"}]
]
}