1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 16:47:20 +01:00
MadelineProto/docs/API_docs/constructors/wallPaperSolid.md
2016-12-20 13:32:11 +01:00

28 lines
618 B
Markdown

---
title: wallPaperSolid
description: wallPaperSolid attributes, type and example
---
## Constructor: wallPaperSolid
[Back to constructors index](index.md)
### 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, ];
```