# Telegram

### How to create a Telegram-bot? <a href="#telegram-bot-create" id="telegram-bot-create"></a>

#### **Step 1.** Open Telegram application and enter [@BotFather](https://t.me/BotFather) in search bar

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

#### **Step 2.** Enter in message bar the following value `/newbots`&#x20;

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

#### **Step 3.** Enter in message bar the name for the bot being created and click on "Enter"

![](/files/-LEtQyuiyyynssElKgsU)

#### **Step 4. Enter in message bar** "Username" ("username" must be unique and end with `_bot`) and click on "Enter"

![](/files/-LEtRWIAt49eecC1TqC1)

{% hint style="success" %}
**The bot is created!**
{% endhint %}

### Can I connect a chat-bot to Blinger.io?

Yes, it is possible. To do that at the moment when the message from the chat-bot user is forwarded to Blinger.io, the server of the chat-bot would send the message to the url-address we provide in the format, in which it's sent by Telegram API. Get more information from our Customer support.

{% hint style="info" %}

### Haven't found an answer to your question?

Contact Customer support of Blinger.io
{% 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/faq-1/faq/messaging-channels/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.
