Telethon verions 1.11.3 with python 3.7.3 not seems to be working – Telegram API
Upon trying following code on Telethon 1.11.3 , python 3.7.3 from telethon import TelegramClient api_id = xxx #i give my id api_hash = xxx##i give my client = TelegramClient(name, api_id, api_hash) async def main(): # Now you can use all…