Update FILES.md

This commit is contained in:
Daniil Gentili 2018-07-15 14:17:26 +02:00 committed by GitHub
parent b21afc592a
commit 3f05840fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,7 +381,7 @@ $output_file_name = $MadelineProto->download_to_file(
function ($progress) use ($MadelineProto, $peer) {
$MadelineProto->messages->sendMessage(['peer' => $peer, 'message' => 'Download progress: '.$progress.'%']);
}
),
)
);
```