PHP Telegram API Reads Group Chat Messages

Is it possible to create a PHP script that allows me to receive a telegram from group chat. I follow the Telegram group channel with my personal account. Received messages must be processed by PHP. I know that you can create a bot, but can a bot do this? Can he join a channel / group and read all new posts?

I can not find the answer to do this.

For example, I'm at telegram.me/thisgroup. All messages must be received by PHP and stored in the database at the end. Part of the database is not complicated, but its retrieval.

Does anyone know how to do this?

Thank!

+4
source share
1

bot API. . .

: https://core.telegram.org/bots#privacy-mode

  • .
  • Bot.
  • webhook getUpdates.
  • .
+5

All Articles