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