MadelineProtoDocs/old_docs/API_docs_v34/constructors/inputWallPaperSlug.md
2020-06-16 17:50:25 +02:00

39 lines
711 B
Markdown

---
title: inputWallPaperSlug
description: Wallpaper by slug (a unique ID)
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputWallPaperSlug
[Back to constructors index](index.md)
Wallpaper by slug (a unique ID)
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|slug|[string](../types/string.md) | Yes|Unique wallpaper ID|
### Type: [InputWallPaper](../types/InputWallPaper.md)
### Example:
```php
$inputWallPaperSlug = ['_' => 'inputWallPaperSlug', 'slug' => 'string'];
```
Or, if you're into Lua:
```lua
inputWallPaperSlug={_='inputWallPaperSlug', slug='string'}
```