This app will import your conversations from WhatsApp or other services (using a txt file obtained from the chat provider) into Telegram.
Currently it supports:
- Sender Name
- Message Timestamp
- Photo (jpg)
- Video (mp4)
- Audio messages (opus)
- Static WebP Stickers
- All other attachments (pdf, etc)
Briefly, Telegram Chat History Importer can turn your exported plaintext conversations into a 1:1 format from this:
Into this:
- Export your WhatsApp conversation (with attachments as you wish)
- Get your Bot API Key from @botfather (Creating a new bot guide)
- Add your bot into a chat, and get the target
chatId
(Use @getidsbot if you don't know how to use the API) - Extract the WhatsApp zip contents into the project folder
- The bot will inject the history every 3 seconds (Bot rate limit for group)
p.s. Only tested with iPhone + WhatsApp, YMMV
Inspired by https://github.com/TelegramTools/TLImporter