Створення вашого Telegram бота

3 хв читання

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.

Покрокова інструкція

1

Відкрийте Telegram

Запустіть Telegram на вашому пристрої (мобільному чи десктопному)

2

Знайдіть @BotFather

Знайдіть @BotFather — офіційного Telegram бота для створення ботів

3

Запустіть BotFather

Натисніть "Start" або надішліть /start для початку розмови

4

Створіть нового бота

Надішліть /newbot та виконуйте підказки для найменування бота

5

Отримайте свій токен

BotFather надасть унікальний API токен — тримайте його в секреті!

Команди 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

Поради професіоналів

Тримайте токен у секреті

Ніколи не діліться своїм токеном бота публічно. Будь-хто з вашим токеном може контролювати вашого бота.

Виберіть гарне ім'я користувача

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

Встановіть опис

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

Важливе зауваження щодо безпеки

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.

Бот створений? Чудово!

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

Підключити до BotLaunch