mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
772 B
772 B
title | description | nav_exclude | image |
---|---|---|---|
inputWallPaper | Wallpaper | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputWallPaper
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];