MadelineProto/docs/API_docs/constructors/wallPaper.md

477 B

Constructor: wallPaper

Attributes:

Name Type Required
id int Required
title string Required
sizes Array of PhotoSize Required
color int Required

Type: WallPaper

Example:

$wallPaper = ['id' => int, 'title' => string, 'sizes' => [PhotoSize], 'color' => int, ];