From ae82dc69fe89e0e229c254216c8dc468f7217d7b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 29 Dec 2019 21:15:56 +0100 Subject: [PATCH] Update docs --- README.md | 1 + docs | 2 +- examples/downloadRenameBot.php | 0 3 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 examples/downloadRenameBot.php 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