# Telegram

- [Как создать Telegram бота](https://docs.salebot.pro/chatbots/channels/telegram/chatbot.md)
- [Подключение бота к каналу/группе](https://docs.salebot.pro/chatbots/channels/telegram/group_chatbot.md)
- [Telegram бот для личных сообщений](https://docs.salebot.pro/chatbots/channels/telegram/dms.md)
- [Telegram бот для Business аккаунта](https://docs.salebot.pro/chatbots/channels/telegram/business.md)
- [Форматирование сообщений в Telegram](https://docs.salebot.pro/chatbots/channels/telegram/markdown.md)
- [Кнопки в Telegram](https://docs.salebot.pro/chatbots/channels/telegram/buttons.md)
- [Инлайн-режим (inline mode) в Telegram](https://docs.salebot.pro/chatbots/channels/telegram/inline_mode.md)
- [Получить полный вебхук (webhook) от Telegram](https://docs.salebot.pro/chatbots/channels/telegram/webhook.md)
- [Функции API Telegram](https://docs.salebot.pro/chatbots/channels/telegram/api.md)
- [Функции для работы с ботом](https://docs.salebot.pro/chatbots/channels/telegram/api/chatbot.md)
- [Функции для отправки и редактирования сообщений](https://docs.salebot.pro/chatbots/channels/telegram/api/messages.md)
- [Функции отправки вложений в сообщении](https://docs.salebot.pro/chatbots/channels/telegram/api/attachments.md)
- [Функции работы в чатах и каналах Telegram](https://docs.salebot.pro/chatbots/channels/telegram/api/group.md)
- [Оплата Telegram](https://docs.salebot.pro/chatbots/channels/telegram/payment.md)
- [FAQ Telegram](https://docs.salebot.pro/chatbots/channels/telegram/faq.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.salebot.pro/chatbots/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.
