This commit is contained in:
Daniil Gentili 2020-03-04 19:40:36 +01:00
parent 3db8e3e47a
commit a587825695
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -498,7 +498,7 @@ $output_file_name = yield $MadelineProto->downloadToFile(
Actual MessageMedia objects can also be converted to bot API file IDs like this:
```php
$botAPI_file = yield $MadelineProto->MTProto_to_botAPI($MessageMedia);
$botAPI_file = yield $MadelineProto->MTProtoToBotAPI($MessageMedia);
```
`$botAPI_file` now contains a [bot API message](https://core.telegram.org/bots/api#message), to extract the file ID from it use the following code:
@ -542,4 +542,4 @@ if (!isset($result['file_name'])) {
* `$result['file_size']` - File size
* `$result['file_name']` - File name
<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>