# Telegram

- [Как сделать бота для Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/chatbot.md): В этой статье рассказывается, как подключить вашего Telegram-бота, и даются основы работы с каналами и группами.
- [Чат-бот для бизнес-аккаунта Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/business.md)
- [Форматирование сообщений в Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/formatting.md)
- [Кнопки Telegram для чат-ботов](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/buttons.md)
- [Режим inline в Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/inline.md)
- [Webhook из Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/webhook.md)
- [Чат-бот для личного аккаунта Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/personal.md)
- [Функции API Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api.md)
- [Использование бота](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/chatbot.md)
- [Функции отправки и редактирования сообщений](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/messages.md)
- [Функции отправки вложений в сообщениях](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/attachment.md)
- [Настройки чата и мессенджера Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/chat.md)
- [Оплата в Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/payment.md)


---

# 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://docs.mavibot.ai/doc/ru/chatbot/messendzhery/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.
