Skip to content

Commit

Permalink
Docufix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Feb 26, 2020
1 parent 1060a5b commit 1523eda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/docs/FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/docs/SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1523eda

Please sign in to comment.