yesterday at the evening everything worked but I tryied that same script at today's morning and I get this error output. I have this code for getting message.
async def get_mess():
limit = 1
global new
async for message in client.iter_messages('Passive Lifestyle Forex Signals', limit):
new = message.text
return message
ValueError: Cannot find any entity corresponding to "Passive Lifestyle Forex Signals"
Name of the channel is right, at the evening yesterday script was working and now it's not. I was checking telegram channel if they don't renamed it but it is same. I tried to reinstall telethon and delete session file. I tried it on different channels and non of that channels worked. Do you think you know where is the problem? If yes please let me know. I am usign latest telethon version. I'm using latest version of telethon.