This commit is contained in:
Daniil Gentili 2020-02-27 00:23:51 +01:00
parent 1060a5b402
commit 1523eda477
3 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,8 @@ Example bot: [`downloadRenameBot.php`](https://github.com/danog/MadelineProto/bl
* [Download to file](#download-to-file)
* [Download to stream](#download-to-stream)
* [Download to callback](#download-to-callback)
* [Download to browser (streaming)](#download-to-browser-with-streams)
* [Download to http-server](#download-to-http-server)
* [Download to browser](#download-to-browser)
* [Getting progress](#getting-progress)
## Sending files

View File

@ -439,5 +439,4 @@ Description: Serialization will be made automatically every N seconds
Default: false
Description: Remove data from internal database to cleanup memory and reduce `*.madeline` file size (may cause MadelineProto errors).
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>

View File

@ -131,7 +131,8 @@ You can find examples for nearly every MadelineProto function in
* [Download to file](https://docs.madelineproto.xyz/docs/FILES.html#download-to-file)
* [Download to stream](https://docs.madelineproto.xyz/docs/FILES.html#download-to-stream)
* [Download to callback](https://docs.madelineproto.xyz/docs/FILES.html#download-to-callback)
* [Download to browser (streaming)](https://docs.madelineproto.xyz/docs/FILES.html#download-to-browser-with-streams)
* [Download to http-server](https://docs.madelineproto.xyz/docs/FILES.html#download-to-http-server)
* [Download to browser](https://docs.madelineproto.xyz/docs/FILES.html#download-to-browser)
* [Getting progress](https://docs.madelineproto.xyz/docs/FILES.html#getting-progress)
* [Getting info about chats](https://docs.madelineproto.xyz/docs/CHAT_INFO.html)
* [Full chat info with full list of participants](https://docs.madelineproto.xyz/docs/CHAT_INFO.html#getPwrChat-now-fully-async)