Link Search Menu Expand Document

Constructor: inputWallPaperNoFile

Back to constructors index

Wallpaper with no file access hash, used for example when deleting (unsave=true) wallpapers using account.saveWallPaper, specifying just the wallpaper ID.

Attributes:

NameTypeRequiredDescription
idlongYesWallpaper ID

Type: InputWallPaper

Example:

$inputWallPaperNoFile = ['_' => 'inputWallPaperNoFile', 'id' => long];