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

大憨熊 提交于 2019-12-05 02:09:08

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

The only way until now is as follows:

  1. Your bot be added to the channel by its administrator.
  2. You set the bot's privacy to disabled.

Step 1 helps your bot to join the channel so it see the messages.

Step 2 makes your bot listening to all messages of the channel.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!