MadelineProtoDocs/docs/API_docs/constructors/inputWallPaper.md
2024-05-01 14:53:46 +02:00

772 B

title description nav_exclude image
inputWallPaper Wallpaper true 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];