mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
26 lines
512 B
Markdown
26 lines
512 B
Markdown
---
|
|
title: "storage.filePng"
|
|
description: "PNG image. MIME type: image/png."
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/storage_filePng.html
|
|
---
|
|
# Constructor: storage.filePng
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
PNG image. MIME type: `image/png`.
|
|
|
|
|
|
|
|
|
|
### Type: [storage.FileType](/API_docs/types/storage.FileType.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$storage_filePng = ['_' => 'storage.filePng'];
|
|
```
|