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?

Python and telethon: login error UPDATE_APP_TO_LOGIN

since today, I’m getting this error when trying to login into my telegram account with telethon: RPCError 406: UPDATE_APP_TO_LOGIN (caused by SendCodeRequest) I don’t see this in the official documentation, any idea how to fix this? >Solution : Have a look in the Telethon Updates Channel Quote: Telegram has started enforcing the use of 64-bit… Read More Python and telethon: login error UPDATE_APP_TO_LOGIN