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

815 B

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

Constructor: inputWallPaper

Back to constructors index

Attributes:

Name Type Required
id long Yes
access_hash long Yes

Type: InputWallPaper

Example:

$inputWallPaper = ['_' => 'inputWallPaper', 'id' => long, 'access_hash' => long];

PWRTelegram json-encoded version:

{"_": "inputWallPaper", "id": long, "access_hash": long}

Or, if you're into Lua:

inputWallPaper={_='inputWallPaper', id=long, access_hash=long}