mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
995 B
995 B
title | description | nav_exclude | image |
---|---|---|---|
inputWallPaperNoFile | Wallpaper with no file access hash, used for example when deleting (unsave=true) wallpapers using account.saveWallPaper, specifying just the wallpaper ID. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputWallPaperNoFile
Wallpaper with no file access hash, used for example when deleting (unsave=true
) wallpapers using account.saveWallPaper, specifying just the wallpaper ID.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Wallpaper ID |
Type: InputWallPaper
Example:
$inputWallPaperNoFile = ['_' => 'inputWallPaperNoFile', 'id' => long];