--- title: "inputWallPaper" description: "Wallpaper" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputWallPaper [Back to constructors index](/API_docs/constructors/index.html) [Wallpaper](https://core.telegram.org/api/wallpapers) ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[long](/API_docs/types/long.html) | Yes|[Wallpaper](https://core.telegram.org/api/wallpapers) ID| |access\_hash|[long](/API_docs/types/long.html) | Yes|Access hash| ### Type: [InputWallPaper](/API_docs/types/InputWallPaper.html) ### Example: ``` $inputWallPaper = ['_' => 'inputWallPaper', 'id' => long, 'access_hash' => long]; ```