1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 10:47:54 +01:00
MadelineProto/docs/API_docs/constructors/wallPaperSolid.md

20 lines
465 B
Markdown
Raw Normal View History

## 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, ];
```