MadelineProtoDocs/template/InputFile.md
2020-06-16 17:50:25 +02:00

302 B

The following syntax can also be used:

$%s = 'filename.mp4'; // The file path can also be used
$%1$s = 'https://google.com'; // A URL can also be used

You can also use async streams, HTTP response objects, and much more!