662 B
662 B
title | description | image |
---|---|---|
inputWallPaperSlug | Wallpaper slug | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputWallPaperSlug
Wallpaper slug
Attributes:
Name | Type | Required | Description |
---|---|---|---|
slug | string | Yes | Type |
Type: InputWallPaper
Example:
$inputWallPaperSlug = ['_' => 'inputWallPaperSlug', 'slug' => 'string'];
Or, if you're into Lua:
inputWallPaperSlug={_='inputWallPaperSlug', slug='string'}