Layer 228
AccountWallPapersObj
Installed wallpapers
constructor
account.wallPapers#cdc3858c hash:long wallpapers:Vector<WallPaper> = account.WallPapers;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long | Hash used for caching, for more info click here |
| Wallpapers | Vector<WallPaper> | Wallpapers |
Returns
account.WallPapersGogram Example
// Creating AccountWallPapersObj constructor obj := &tg.AccountWallPapersObj{ Hash: 480, Wallpapers: []tg.WallPaper{&tg.WallPaperObj{}}, }