Closed therapy closed 2 years ago
You are using raw API, which means the results you are getting come directly from Telegram, and Telethon is not changing them in any way (other than adapting some input parameters where needed, all while respecting the intended values). Unfortunately this means it's something Telethon cannot "fix" and it's just the way Telegram's API works.
For this particular case, I don't really know how the method works but I would recommend trying a different max_id
(such as one from an existing message).
Code that causes the issue
Traceback