本文介绍了如何通过帖子链接阅读电报频道帖子的内容?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
电报频道帖子在其上单击鼠标右键时,具有以下形式:
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?
推荐答案
目前无法执行此操作。
您可以尝试使用(测试分支机构支持渠道),但无法通过其 POST_ID
-仅通过完整的邮件ID来查找帖子。
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.
这篇关于如何通过帖子链接阅读电报频道帖子的内容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!