MadelineProto/docs/API_docs/constructors/wallPaper.md

20 lines
477 B
Markdown
Raw Normal View History

## Constructor: wallPaper
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Required|
|title|[string](../types/string.md) | Required|
|sizes|Array of [PhotoSize](../types/PhotoSize.md) | Required|
|color|[int](../types/int.md) | Required|
### Type: [WallPaper](../types/WallPaper.md)
### Example:
```
$wallPaper = ['id' => int, 'title' => string, 'sizes' => [PhotoSize], 'color' => int, ];
```