import telethon from telethon.tl.functions.messages import GetMessagesViewsRequest from telethon import TelegramClient # Remember to use your own api_id = my id here api_has...
How to get the latest message id from a channel?