Telegram Index bot

any undertaking, carried out individually or collaboratively and possibly involving research or design, that is carefully planned to achieve a particular goal.

Why

Telegram 频道消息是用数字命名的,所以只要知道最新一条消息的 ID1,以及上次消息的 ID2,两者 ID2-ID1 就是这段时间更新的消息,只需要将消息输出到聊天窗口,利用 Preview 功能即可实现 All in One 的设计。

而这个问题去年就有人提出了:

via: https://stackoverflow.com/questions/75516182/how-to-get-last-message-id-from-telegram-channel

实际上,以目前机器人有的 API,除非添加机器人为管理员,否则无法自由访问频道信息。