I have tried the following code which works for one channel but the other channel says "Could not find the input entity for PeerUser". Not sure why there's a difference. I think the channel still exists because when I open the channel in the browser (going to t.me/<channel_slug> and following the link), it sends me to the https://web.telegram.org/z address which has the same channel_id
messages_obj = client.iter_messages(int(channel_id))
any idea why this is?