I’m trying to know if a telegram chat was deleted disabled using telethon, the simplest way I found to do that is by trying to get the chat entity and see what errors come up, the problem is that when I ask for a chat entity that is disabled, I get its past entity from session cashing and don’t get any indication for the chat is disabled. I tried to disable the session cashing but when I do that, I can’t get chat entities using their ID – I must have this ability for my project.
do you have any idea what can I do?