> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram.md).

# Telegram

- [Cómo hacer un bot de Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/chatbot.md): Este artículo explica cómo conectar tu bot de Telegram y ofrece los fundamentos para trabajar con canales y grupos.
- [Chatbot para una cuenta de Telegram Business](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/business.md)
- [Formato de mensajes en Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/formatting.md)
- [Botones de Telegram para chatbots](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/buttons.md)
- [Modo en línea en Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/inline.md)
- [Webhook de Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/webhook.md)
- [Chatbot para una cuenta personal de Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/personal.md)
- [Funciones de la API de Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/api.md)
- [Uso del bot](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/api/chatbot.md)
- [Funciones para enviar y editar mensajes](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/api/messages.md)
- [Funciones para enviar adjuntos en mensajes](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/api/attachment.md)
- [Configuración del chat de Telegram y del mensajero](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/api/chat.md)
- [Pago en Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/api/payment.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/es/chatbot/mensajeros/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.
