mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
26 lines
542 B
Markdown
26 lines
542 B
Markdown
|
---
|
||
|
title: "storage.filePdf"
|
||
|
description: "PDF document image. MIME type: application/pdf."
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/storage_filePdf.html
|
||
|
---
|
||
|
# Constructor: storage.filePdf
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
PDF document image. MIME type: `application/pdf`.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [storage.FileType](/API_docs/types/storage.FileType.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$storage_filePdf = ['_' => 'storage.filePdf'];
|
||
|
```
|