How can I get messages from a Telegram channel with the Telegram API

Tamoochin picture Tamoochin · Dec 30, 2015 · Viewed 7.7k times · Source

How can I access to a Telegram channel messages with a bot registered as channel admin?

I am trying to get all the messages from Telegram channel and display them in an ASP.NET webpage (c#)

I am able to get updates when new message sent directly to the bot:

var json = wc.DownloadString(" https://api.telegram.org/bot<token>/getUpdates");

but its not working for the channel.

Answer

Mohammad picture Mohammad · Feb 29, 2016

unfortunately it's not possible yet.(they may come up with something in future) as admin you can just send messages to channel.