MadelineProtoDocs/docs/API_docs/constructors/inputWallPaperSlug.md
2019-03-08 14:35:09 +01:00

779 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'];

PWRTelegram json-encoded version:

{"_": "inputWallPaperSlug", "slug": "string"}

Or, if you're into Lua:

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