wallPaperNoFile
Represents a wallpaper only based on colors/gradients.
type tg.WallPaperNoFile struct { /* ... */ }
Implements WallPaper.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Wallpaper ID |
Default | bool | — | Whether this is the default wallpaper |
Dark | bool | — | Whether this wallpaper should be used in dark mode. |
Settings | WallPaperSettings | — | Info on how to generate the wallpaper. |
References
- Official documentation
- Generated Go reference
- TL definition:
wallPaperNoFile#e0804116