MadelineProtoDocs/old_docs/API_docs_v105/constructors/storage.filePdf.md
2019-12-27 18:25:37 +01:00

511 B

title: storage.filePdf description: PDF document image. MIME type: application/pdf. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: storage.filePdf

Back to constructors index

PDF document image. MIME type: application/pdf.

Type: storage.FileType

Example:

$storage.filePdf = ['_' => 'storage.filePdf'];

Or, if you're into Lua:

storage.filePdf={_='storage.filePdf'}