Telegram Bot Builder

Telegram Bot 快速build工具 - Keyboard、Inline Buttons、Webhook、Auto-reply、Group管理

Audits

Pass

Install

openclaw skills install telegram-bot-builder

Telegram Bot Builder

快速整Telegram Bot既技能。

功能

  • 🤖 Bot Setup (BotFather)
  • ⌨️ Reply/Inline Keyboards
  • 👥 Group Management
  • 🔗 Webhook Integration
  • 📩 Auto-reply / Filters
  • 💰 Payment (Stars)

常用Code

# Inline Keyboard
{
    "inline_keyboard": [
        [{"text": "✅ Yes", "callback_data": "yes"}],
        [{"text": "❌ No", "callback_data": "no"}]
    ]
}

Use Cases

  • Customer Support Bot
  • Order/Booking System
  • Crypto Trading Bot
  • Content Subscription
  • Quiz/Poll Bot

Error Handling

  • Handle "Bot was blocked"
  • Rate limiting (30 msg/sec)
  • Chat permission checks