Layer 220
InputWallPaperNoFile
Wallpaper with no file access hash, used for example when deleting ( unsave=true ) wallpapers using account. save Wall Paper, specifying just the wallpaper ID.
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Wallpaper ID |
Returns
InputWallPaperGogram Example
// Creating InputWallPaperNoFile constructor obj := &tg.InputWallPaperNoFile{ Id: int64(0), }