diff --git a/README.md b/README.md index 17a83feb..781edcf4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs b/docs index 4ed3a844..7e995342 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 4ed3a8447cf21c69322bcdaf149eb3ce0befe8c0 +Subproject commit 7e995342fef7cb8f489d80983e9e7b34012b1a89 diff --git a/examples/downloadRenameBot.php b/examples/downloadRenameBot.php old mode 100644 new mode 100755