Constructor: wallPaperNoFile
Represents a wallpaper only based on colors/gradients.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| id | long | Yes | Wallpaper ID |
| default | Bool | Optional | Whether this is the default wallpaper |
| dark | Bool | Optional | Whether this wallpaper should be used in dark mode. |
| settings | WallPaperSettings | Optional | Info on how to generate the wallpaper. |
Type: WallPaper
Example:
$wallPaperNoFile = ['_' => 'wallPaperNoFile', 'id' => long, 'default' => Bool, 'dark' => Bool, 'settings' => WallPaperSettings];