mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:07:51 +01:00
18 lines
487 B
Markdown
18 lines
487 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 = ['_' => wallPaperSolid', 'id' => int, 'title' => string, 'bg_color' => int, 'color' => int, ];
|
|
``` |