Fix docs
This commit is contained in:
parent
7a17668c56
commit
02967b3019
@ -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(
|
||||
);
|
||||
```
|
||||
|
||||
<a href="https://docs.madelineproto.xyz/docs/CHAT_INFO.html">Next section</a>
|
||||
<a href="https://docs.madelineproto.xyz/docs/CHAT_INFO.html">Next section</a>
|
||||
|
Loading…
Reference in New Issue
Block a user