tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Is there anyway to show messages without downloading? #2884

Closed Mashi-91 closed 5 months ago

levlam commented 5 months ago

You can hardly show any data without downloading it.

Mashi-91 commented 5 months ago

I mean about images like in memory or something. For showing images/files of chat message, After getting Chat messages?

levlam commented 5 months ago

You must download files to show them, and disk is the storage designed to store files.

Mashi-91 commented 5 months ago

is there anyway to show uploading indicator or downloading?

levlam commented 5 months ago

App receives updateFile updates whenever any information about a file changes and can use local.downloaded_size or remote.uploaded_size to show progress.