How to read content of a Telegram channel posts by post link?

眉间皱痕 提交于 2020-01-03 04:23:05

问题


Telegram channels posts have the post link when it is right clicked on it and in this form: https://telegram.me/channel_name/post_ID

The question is how we can read the content of that posts (text, image, video, audio) using a bot on the server?


回答1:


There is no way to do this at the moment.

You can try using the telegram-cli (test branch supports channels), but it cannot find the post by its POST_ID — only by the full message id.



来源:https://stackoverflow.com/questions/37888354/how-to-read-content-of-a-telegram-channel-posts-by-post-link

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