如何识别这条回复是在哪条消息上? Python 电报机器人

How to recognize on which message is this reply? Python Telegram Bot

我正在使用 python 开发一个电报机器人,如果可能的话,有一件事我不知道。

当有人在频道里发了一条消息,那是对另一条消息的回复,我收到了,能不能看到第一条消息,回复是什么?

抱歉英语不好。

它可用 Message.reply_to_message,在你的情况下可能 update.channel_post.reply_to_message(如果你使用你标记的 python-telegram-bot