MadelineProtoDocs/docs/API_docs/constructors/inputWallPaperSlug.md
2019-03-08 13:49:23 +01:00

763 B

title description image
inputWallPaperSlug inputWallPaperSlug attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputWallPaperSlug

Back to constructors index

Attributes:

Name Type Required
slug string Yes

Type: InputWallPaper

Example:

$inputWallPaperSlug = ['_' => 'inputWallPaperSlug', 'slug' => 'string'];

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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