9

I want to get Telegram channels updates (posts) with api by php! (I am not channels admin)

I am not sure can I do this with bot or not?

if it is not possible how can do that with telegram api ?

SoheilYou
  • 907
  • 5
  • 23
  • 43

1 Answers1

7

Yes, If your bot is an administrator of the channel you can listen for channel_post updates.

If it is not an administrator, you will have to use the Telegram Core API. See this library.

Kolay.Ne
  • 1,345
  • 1
  • 8
  • 23
Mohamed Sohail
  • 1,659
  • 12
  • 23