# Telegram

[Chat GPT Telegram bot](/readme/architect/bots/telegram/chat-gpt-telegram-bot.md)

[Получаем статистику Telegram-канала при помощи api и python или свой tgstat с регистрацией и смс](/readme/architect/bots/telegram/poluchaem-statistiku-telegram-kanala-pri-pomoshi-api.md)

[Как хостить телеграм-бота (и другие скрипты на Python) на Repl.it бесплатно 24/7](/readme/architect/bots/telegram/kak-khostit-telegram-bota-i-drugie-skripty-na-pyt.md)

[Создание Telegram бота на PHP #1: основные понятия для работы с API](/readme/architect/bots/telegram/sozdanie-telegram-bota-na-php-1-osnovnye-ponyatiya-dlya-raboty-s-api.md)

[Создание Telegram бота на PHP #2: создание первого бота для Telegram](/readme/architect/bots/telegram/sozdanie-telegram-bota-na-php-2-sozdanie-pervogo-bota-dlya-telegram.md)

[Создание Telegram бота на PHP #3: примеры отправки сообщений с кнопками в Telegram](/readme/architect/bots/telegram/sozdanie-telegram-bota-na-php-3-primery-otpravki-soobshenii-s-knopkami-v-telegram.md)

[Создание Telegram бота на PHP #4: отправка файлов и изображений в Telegram](/readme/architect/bots/telegram/sozdanie-telegram-bota-na-php-4-otpravka-failov-i-izobrazhenii-v-telegram.md)

[Создание Telegram бота на PHP #5: работа с хуками](/readme/architect/bots/telegram/sozdanie-telegram-bota-na-php-5-rabota-s-khukami.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://book.konstantinsecurity.com/readme/architect/bots/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.
