Telegram

Corré tu chatbot como bot de Telegram — creá uno con @BotFather y pegá el token.

Telegram es el canal más rápido de configurar. Creás un bot a través del @BotFather oficial de Telegram, pegás el token en ChatbotGen y estás en vivo.

Estado desconectado

Cuando abrís la pestaña Telegram y no hay ningún bot conectado:

Telegram Run your chatbot as a Telegram bot. Create one with @BotFather and paste the token below.

Una card punteada centrada con un input:

┌────────────────────────────────────────────────────────┐
│                                                        │
│                    [ Telegram glyph ]                  │
│                                                        │
│               Paste your bot token                     │
│        Get one from @BotFather in under a minute       │
│                                                        │
│  ┌──────────────────────────────────────────────────┐  │
│  │ 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11        │  │
│  └──────────────────────────────────────────────────┘  │
│                                                        │
│  Token is stored encrypted and can be          [ Connect ]
│  rotated any time.                                     │
└────────────────────────────────────────────────────────┘

El placeholder es el string literal 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 — hacé clic en el campo y reemplazalo con tu token real.

Mientras el request está en vuelo, el botón dice "Connecting…". Un token inválido o no reconocido devuelve un error inline bajo el campo.

Obtener un token de @BotFather

Debajo de la card, tres pasos numerados:

  • 01. Open @BotFather in Telegram — BotFather is the official bot-creation assistant. Open in Telegram →
  • 02. Send /newbot — Pick a display name (what users see) and a username ending in bot — e.g. my_shop_bot.
  • 03. Copy the token — BotFather replies with a line like 123456:ABC-DEF… — paste it into the field above.

Tres footnotes cubren casos borde:

  • "Don't have Telegram?" — instalalo, después buscá @BotFather para arrancar.
  • "Customize later" — BotFather te deja editar nombre, bio, comandos, avatar en cualquier momento.
  • "Message quota" — las respuestas cuentan contra la cuota mensual de tu plan.

Estado conectado

Una vez que el token valida (el backend llama a la API de Telegram para confirmarlo), la página pasa a una lista de tres líneas de detalle:

STATUS       ● Live on Telegram
HANDLE       @my_shop_bot
SHARE LINK   https://t.me/my_shop_bot

Más un callout con check verde:

✓ Open Telegram and send /start to @my_shop_bot — the bot replies in a couple of seconds.

Tres botones debajo:

  • Open in Telegram ↗ — salta directo a https://t.me/{bot_name} en una pestaña nueva
  • View conversations — va a la página de conversaciones del chatbot
  • Disconnect

Desconectar

Hacer clic en Disconnect abre un diálogo de confirmación:

Disconnect Telegram? The bot stops replying on Telegram. Your token stays on BotFather's side — you can reconnect with the same token any time.

[ Cancel ] [ Disconnect ]

El bot sigue existiendo en Telegram; solo se elimina el webhook de nuestro lado. Reconectar después es solo pegar el mismo token.

Cuota de mensajes

Los mensajes de Telegram cuentan contra el límite mensual de mensajes de tu plan. Los planes Free tienen tope de 50 mensajes/mes. Ver Planes y precios.