# Telegram

Telegram is a standalone module designed to implement integration with AppMaster Telegram Bot.

To connect messaging to the telegram group:

1. Create your bot with Telegrams Father Bot
2. Create a group and add your bot to it
3. Get chat\_id of your group or channel
4. Set Bot Token in module settings
5. Include telegram\_send\_message with chat\_id as a parameter in your BP/endpoint
6. Publish your project and test

## Business processes

* telegram\_send\_message

## Module Settings

| Parameter | Default | Description                                                              |
| --------- | ------- | ------------------------------------------------------------------------ |
| Bot token | None    | Bot token of your bot. You can create a new bot with Telegram Bot Father |


---

# 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://appmaster.gitbook.io/docs/modules/module/messengers/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.
