mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:28:32 +01:00
20 lines
465 B
Markdown
20 lines
465 B
Markdown
## Constructor: wallPaperSolid
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[int](../types/int.md) | Required|
|
|
|title|[string](../types/string.md) | Required|
|
|
|bg\_color|[int](../types/int.md) | Required|
|
|
|color|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [WallPaper](../types/WallPaper.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$wallPaperSolid = ['id' => int, 'title' => string, 'bg_color' => int, 'color' => int, ];
|
|
``` |