From 02967b3019032399364a9fc134f7bb0e674c099a Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 23 Jun 2019 13:12:01 +0200 Subject: [PATCH] Fix docs --- docs/docs/FILES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/FILES.md b/docs/docs/FILES.md index be827af2..18dd6a87 100644 --- a/docs/docs/FILES.md +++ b/docs/docs/FILES.md @@ -316,7 +316,7 @@ $info = yield $MadelineProto->get_download_info($MessageMedia); $info = yield $MadelineProto->get_propic_info($Update); ``` -`$Update` can be a [Message](https://docs.madelineproto.xyz/API_docs/types/Message.html) object, an [Update](https://docs.madelineproto.xyz/API_docs/types/Update.html), or any value supported by [getInfo](https://docs.madelineproto.xyz/get_full_info.html). +`$Update` can be a [Message](https://docs.madelineproto.xyz/API_docs/types/Message.html) object, an [Update](https://docs.madelineproto.xyz/API_docs/types/Update.html), or any value supported by [getInfo](https://docs.madelineproto.xyz/get_info.html). The result (which is in the same format as `get_download_info`) should the be passed to the download functions in order to download the profile picture. * `$info['ext']` - The file extension @@ -447,4 +447,4 @@ $output_file_name = yield $MadelineProto->download_to_file( ); ``` -Next section \ No newline at end of file +Next section