MadelineProto/old_docs/API_docs_v18/constructors/storage_filePdf.md
2017-05-27 22:21:14 +01:00

383 B

title description
storage.filePdf storage_filePdf attributes, type and example

Constructor: storage.filePdf

Back to constructors index

Type: storage_FileType

Example:

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

Or, if you're into Lua:

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