Send message with backward timestamp using telethon in Telegram?
I have a .txt file with a chat history that has date, sender and content. I successfully imported chat history to my Telegram using telethon and TLImporter (https://github.com/TelegramTools/TLImporter). It sends all messages with current time. WhatsApp chat history import works properly with backward timestamp. I want to simulate my chat history as whatsapp chat history… Read More Send message with backward timestamp using telethon in Telegram?