Search code examples
phpbotstelegramtelegram-botpython-telegram-bot

Are Telegram Bots able to view edited messages?


With the new edit features in telegram, are bots able to view edited messages?

By reading the API, I found that bots can only edit messages but not view edited messages.


Solution

  • Good news, API now supports to view edited messages via Update.edited_message!

    More info here:

    Or if you are using python-telegram-bot: