# Telegram

- [كيفية إنشاء بوت Telegram](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/chatbot.md): تتناول هذه المقالة كيفية ربط بوت Telegram الخاص بك، وتقدّم الأساسيات للعمل مع القنوات والمجموعات.
- [روبوت دردشة لحساب Telegram للأعمال](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/business.md)
- [تنسيق الرسائل في Telegram](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/formatting.md)
- [أزرار Telegram لروبوتات الدردشة](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/buttons.md)
- [الوضع المضمّن في Telegram](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/inline.md)
- [Webhook من Telegram](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/webhook.md)
- [روبوت دردشة لحساب Telegram شخصي](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/personal.md)
- [وظائف API في Telegram](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/api.md)
- [استخدام الروبوت](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/api/chatbot.md)
- [وظائف إرسال الرسائل وتحريرها](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/api/messages.md)
- [وظائف إرسال المرفقات في الرسائل](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/api/attachment.md)
- [إعدادات دردشة Telegram والمراسلة](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/telegram/api/chat.md)
- [الدفع في Telegram](https://docs.mavibot.ai/doc/ar/chatbot/ttbyqat-almraslh/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/ar/chatbot/ttbyqat-almraslh/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.
