MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputWallPaperSlug.md
2019-06-24 15:45:02 +02:00

662 B

title description image
inputWallPaperSlug Wallpaper slug https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputWallPaperSlug

Back to constructors index

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'}