---
title: inputWallPaperSlug
description: Wallpaper slug
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputWallPaperSlug  
[Back to constructors index](index.md)



Wallpaper slug

### Attributes:

| Name     |    Type       | Required | Description |
|----------|---------------|----------|-------------|
|slug|[string](../types/string.md) | Yes|Type|



### Type: [InputWallPaper](../types/InputWallPaper.md)


### Example:

```php
$inputWallPaperSlug = ['_' => 'inputWallPaperSlug', 'slug' => 'string'];
```  


Or, if you're into Lua:

```lua
inputWallPaperSlug={_='inputWallPaperSlug', slug='string'}

```