Docufix
This commit is contained in:
parent
1060a5b402
commit
1523eda477
@ -32,7 +32,8 @@ Example bot: [`downloadRenameBot.php`](https://github.com/danog/MadelineProto/bl
|
|||||||
* [Download to file](#download-to-file)
|
* [Download to file](#download-to-file)
|
||||||
* [Download to stream](#download-to-stream)
|
* [Download to stream](#download-to-stream)
|
||||||
* [Download to callback](#download-to-callback)
|
* [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)
|
* [Getting progress](#getting-progress)
|
||||||
|
|
||||||
## Sending files
|
## Sending files
|
||||||
|
@ -439,5 +439,4 @@ Description: Serialization will be made automatically every N seconds
|
|||||||
Default: false
|
Default: false
|
||||||
Description: Remove data from internal database to cleanup memory and reduce `*.madeline` file size (may cause MadelineProto errors).
|
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>
|
|
@ -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 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 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 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 progress](https://docs.madelineproto.xyz/docs/FILES.html#getting-progress)
|
||||||
* [Getting info about chats](https://docs.madelineproto.xyz/docs/CHAT_INFO.html)
|
* [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)
|
* [Full chat info with full list of participants](https://docs.madelineproto.xyz/docs/CHAT_INFO.html#getPwrChat-now-fully-async)
|
||||||
|
Loading…
Reference in New Issue
Block a user