763 B
763 B
title | description | image |
---|---|---|
inputWallPaperSlug | inputWallPaperSlug attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputWallPaperSlug
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'}