32 lines
486 B
Markdown
32 lines
486 B
Markdown
---
|
|
title: inputWallPaperNoFile
|
|
description: inputWallPaperNoFile attributes, type and example
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: inputWallPaperNoFile
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputWallPaper](../types/InputWallPaper.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$inputWallPaperNoFile = ['_' => 'inputWallPaperNoFile'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
inputWallPaperNoFile={_='inputWallPaperNoFile'}
|
|
|
|
```
|
|
|
|
|