Telethon Python – store incoming message in file and read back – Telegram API
I'm using Telethon for a simple python script able to manage the telegram icoming message for a user and to store them inside a file. Then I would like to scroll the file and send the message to someone else.…