MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputWallPaperSlug.md

39 lines
662 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
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'}
```