MadelineProto/old_docs/API_docs_v18/constructors/wallPaper.md

619 B

title description
wallPaper wallPaper attributes, type and example

Constructor: wallPaper

Back to constructors index

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