Creando tu bot de Telegram

3 min de lectura

Before you can use BotLaunch, you need to create a Telegram bot through Telegram's official @BotFather. This guide will walk you through the process step by step.

Guía paso a paso

1

Abre Telegram

Inicia Telegram en tu dispositivo (móvil o escritorio)

2

Encuentra @BotFather

Busca @BotFather - el bot oficial de Telegram para crear bots

3

Inicia BotFather

Haz clic en "Iniciar" o envía /start para comenzar la conversación

4

Crear nuevo bot

Envía /newbot y sigue las indicaciones para nombrar tu bot

5

Obtén tu token

BotFather te proporcionará un token de API único - ¡mantenlo en secreto!

Comandos de BotFather

Here's an example conversation with BotFather:

You: /newbot
BotFather: Alright, a new bot. How are we going to call it?
Please choose a name for your bot.
You: My Awesome Community Bot
BotFather: Good. Now let's choose a username for your bot.
It must end in `bot`. Like this, for example: TetrisBot
You: MyAwesomeCommunityBot
BotFather: Done! Congratulations on your new bot.
Use this token to access the HTTP API:
1234567890:ABCdefGHIjklMNOpqrsTUVwxyz

Consejos profesionales

Mantén tu token en secreto

Nunca compartas tu token de bot públicamente. Cualquiera con tu token puede controlar tu bot.

Elige un buen nombre de usuario

Bot usernames must end with "bot" (e.g., @MyAwesomeBot). Choose something memorable.

Establece una descripción

Use /setdescription in BotFather to add a description that appears when users first message your bot.

Nota importante de seguridad

Your bot token is like a password. Never share it publicly, commit it to version control, or include it in client-side code. If your token is compromised, use /revoke in BotFather to generate a new one.

¿Bot creado? ¡Excelente!

Now let's connect your bot to BotLaunch and start configuring it.

Conectar a BotLaunch