# Telegram Group

How to create a Telegram Bot

{% embed url="<https://youtu.be/iXXBl2Autas>" %}

### Step for Creating Telegram Bot

1. Find <mark style="color:blue;">@BotFather</mark> in Telegram
2. Click Start
3. Click command <mark style="color:blue;">/newbot</mark> to create a new bot
4. Enter name for your bot (Everyone will see) -> Enter username for the bot (must end with "bot")
5. Done Create

### Preparation for the bot:

1. Copy the token for the bot
2. If loss, can go for @BotFather, Type <mark style="color:blue;">/token</mark> to get
3. Navigate to the group that you want notify
4. Add a new member call <mark style="color:blue;">@RawDataBot</mark> to get the group id
5. Copy the group id
6. Can remove the <mark style="color:blue;">@RawDataBot</mark> if you want
7. Add the bot created just now into group

{% embed url="<https://youtu.be/ME8MhwobE8s>" %}

### Step for setup the notification in Chatkuai

1. ChatkuAI -> Telegram -> "Add New telegram bot"
2. Paste the Telegram Bot Token
3. Add
4. Go to your flow
5. Create telegram notification
6. Choose your bot, "User Id", group chat id, enter message
7. Save


---

# 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.mampuai.com/mampu-ai/easy-guide-to-build-chatbot/notifying-group/telegram-group.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.
