From 394f0031819127d17861d69d78140dcd0ef329c2 Mon Sep 17 00:00:00 2001 From: Lonami Date: Fri, 7 Apr 2023 17:03:41 +0200 Subject: [PATCH] Document InputBotInlineMessageID64 in changelog --- readthedocs/misc/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readthedocs/misc/changelog.rst b/readthedocs/misc/changelog.rst index 80d9c987..4b2de63c 100644 --- a/readthedocs/misc/changelog.rst +++ b/readthedocs/misc/changelog.rst @@ -51,6 +51,8 @@ Bug fixes you can actually have a chance to handle them. * Update handling should be more resilient. * ``PhoneCodeExpiredError`` will correctly clear the stored hash if it occurs in ``sign_in``. +* In patch ``v1.28.2``, :tl:`InputBotInlineMessageID64` can now be used + to edit inline messages. .. _issue 4050: https://github.com/LonamiWebs/Telethon/issues/4050