How-to guide

How to build an AI assistant for Telegram.

A Telegram assistant should start narrow: one human, one channel, one workflow, approval-gated actions.

Development Hut guideLast reviewed 2026-05-30

Steps

  1. Pick the agent platform: OpenClaw, Hermes, or a custom bot.
  2. Create the Telegram bot or gateway connection according to official docs.
  3. Restrict allowed users.
  4. Give the assistant one job first.
  5. Keep sends, deletes, purchases, and account changes approval-gated.
  6. Log outputs somewhere visible.
  7. Test from the real Telegram chat before expanding.

Official sources

OpenClaw docs ยท Hermes docs