619 B
619 B
title | description |
---|---|
wallPaper | wallPaper attributes, type and example |
Constructor: wallPaper
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
title | string | Required |
sizes | Array of PhotoSize | Required |
color | int | Required |
Type: WallPaper
Example:
$wallPaper = ['_' => 'wallPaper', 'id' => int, 'title' => string, 'sizes' => [Vector t], 'color' => int, ];