# Telegram

- [Comment créer un bot Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/chatbot.md): Cet article explique comment connecter votre bot Telegram et fournit les bases pour travailler avec les chaînes et les groupes.
- [Chatbot pour un compte Telegram Business](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/business.md)
- [Mise en forme des messages dans Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/formatting.md)
- [Boutons Telegram pour les chatbots](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/buttons.md)
- [Mode inline dans Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/inline.md)
- [Webhook de Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/webhook.md)
- [Chatbot pour un compte Telegram personnel](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/personal.md)
- [Fonctions API Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api.md)
- [Utilisation du bot](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/chatbot.md)
- [Fonctions d’envoi et de modification des messages](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/messages.md)
- [Fonctions d’envoi de pièces jointes dans les messages](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/attachment.md)
- [Paramètres du chat et de la messagerie Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/chat.md)
- [Paiement dans Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/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/fr/chatbot/messageries/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.
