# 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.
