# Telegram

- [Cómo crear 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 inline en Telegram](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/inline.md)
- [Webhook desde 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 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 los mensajes](https://docs.mavibot.ai/doc/es/chatbot/mensajeros/telegram/api/attachment.md)
- [Configuración del chat y del mensajero de Telegram](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: 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.
