fabianonline / telegram_backup

Java app to download all your telegram data.
GNU General Public License v3.0
448 stars 91 forks source link

only 1 message getting downloaded :( #61

Closed niksud closed 6 years ago

niksud commented 6 years ago

Hi

After running the jar file, only 1 image gets downloaded ( that too of the chat with a user and now of groups) capture . I cant see any text chat.

I have joined 3 groups with thousand of messages but just 1 message(image) got downloaded

I used the latest jar, java 8. Please help me to download all the chat of the group

fabianonline commented 6 years ago

I'm not quite sure what your problem is...

The messages are stored in the database.sqlite file. There may be more than just 1 message in it. 80 KB should be at least a few messages. If you want to get the messages in a readable way, try running the app with --export html to get HTML files which can be opened in a browser.

If the groups you joined are supergroups or channels: Those aren't downloaded right now, but I'm working on it. See ticket #21.