mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:37:47 +01:00
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, ];