# Telegram

- [Bir Telegram botu nasıl oluşturulur](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/chatbot.md): Bu makale, Telegram botunuzu nasıl bağlayacağınızı anlatır ve kanallar ve gruplarla çalışmanın temellerini sunar.
- [Telegram Business hesabı için chatbot](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/business.md)
- [Telegram’da mesaj biçimlendirme](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/formatting.md)
- [Chatbotlar için Telegram butonları](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/buttons.md)
- [Telegram’da inline modu](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/inline.md)
- [Telegram’dan webhook](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/webhook.md)
- [Kişisel Telegram hesabı için chatbot](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/personal.md)
- [Telegram API işlevleri](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/api.md)
- [Bot kullanımı](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/api/chatbot.md)
- [Mesaj gönderme ve düzenleme işlevleri](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/api/messages.md)
- [Mesajlarda ek gönderme işlevleri](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/api/attachment.md)
- [Telegram sohbet ve mesajlaşma ayarları](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/telegram/api/chat.md)
- [Telegram’da ödeme](https://docs.mavibot.ai/doc/tr/chatbot/mesajlasma-uygulamalari/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/tr/chatbot/mesajlasma-uygulamalari/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.
