Telegram 机器人是否能够查看已编辑的消息?

Are Telegram Bots able to view edited messages?

随着电报中新的编辑功能,机器人是否能够查看编辑后的消息?

通过阅读API,我发现机器人只能编辑消息而不能查看编辑后的消息。

好消息,API 现在支持通过 Update.edited_message 查看已编辑的消息!

更多信息在这里:

或者如果您使用的是 python-telegram-bot: