Closed
Description
Currently the only available option for downloading a file from Telegram servers is downloadFile
which writes file to the disk. If the file is not needed for long then (i.e. you need file for one second) a write and read from disk plus a delete should be done.
If there be a getFileStream
method which returns a memory stream, then such a problem does not happen.
Thanks