Update docs

This commit is contained in:
Daniil Gentili 2019-12-29 21:15:56 +01:00
parent 3b07546889
commit ae82dc69fe
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
3 changed files with 2 additions and 1 deletions

View File

@ -517,6 +517,7 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
You can find examples for nearly every MadelineProto function in
* [magnaluna webradio](https://magna.madelineproto.xyz) - Multifeatured Telegram VoIP webradio
* [`downloadRenameBot.php`](https://github.com/danog/MadelineProto/blob/master/examples/downloadRenameBot.php) - download files by URL and rename Telegram files using this async parallelized bot!
* [`tests/testing.php`](https://github.com/danog/MadelineProto/blob/master/tests/testing.php) - examples for making/receiving calls, making secret chats, sending secret chat messages, videos, audios, voice recordings, gifs, stickers, photos, sending normal messages, videos, audios, voice recordings, gifs, stickers, photos.
* [`bot.php`](https://github.com/danog/MadelineProto/blob/master/examples/bot.php) - examples for sending normal messages, downloading any media
* [`secret_bot.php`](https://github.com/danog/MadelineProto/blob/master/examples/secret_bot.php) - secret chat bot

2
docs

@ -1 +1 @@
Subproject commit 4ed3a8447cf21c69322bcdaf149eb3ce0befe8c0
Subproject commit 7e995342fef7cb8f489d80983e9e7b34012b1a89

0
examples/downloadRenameBot.php Normal file → Executable file
View File