# Telegram

### Как создать бота в Telegram? <a href="#telegram-bot-create" id="telegram-bot-create"></a>

#### **Шаг 1.** Открыть приложение Telegram и ввести [@BotFather](https://t.me/BotFather) в строке поиска

![](/files/-LEtPxCx0-LShLa5b99E)

#### **Шаг 2.** Ввести в строке сообщений значение `/newbots`&#x20;

![](/files/-LEtQXyf-sz5r2E0hJ-W)

#### **Шаг 3.** Ввести в строке сообщений имя для создаваемого бота и нажать «Ввод»

![](/files/-LEtQyuiyyynssElKgsU)

#### **Шаг 4.** Ввести в строке сообщений 'Username' ('username' должен быть уникальным и заканчиваться `_bot`) и нажать «Ввод»

![](/files/-LEtRWIAt49eecC1TqC1)

{% hint style="success" %}
**Бот создан!**
{% endhint %}

### Можно ли подключить чат-бота к Blinger?

Да, возможно. Для этого вам необходимо, чтобы, в момент когда необходимо переслать сообщение от пользователя чат-бота в Blinger, сервер чат-бота на предоставляемый нами url-адрес отправлял сообщение в том формате, в котором отдает его Telegram API.  Более подробную информацию можно получить в нашей Службе поддержки.

{% hint style="info" %}

### Не нашли ответа на свой вопрос?

Обратитесь в Службу поддержки Blinger
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.blinger.io/russian/faq-1/faq/po-kanalam/telegram.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
