MadelineProtoDocs/docs/API_docs/constructors/inputWallPaper.md

717 B

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

Constructor: inputWallPaper

Back to constructors index

Wallpaper

Attributes:

Name Type Required Description
id long Yes Wallpaper ID
access_hash long Yes Access hash

Type: InputWallPaper

Example:

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

Or, if you're into Lua:

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