Skip to content

Downloading file to memory stream (feature request) #442

Closed
@Xaqron

Description

@Xaqron

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions