MadelineProtoDocs/old_docs/API_docs_v66/constructors/wallPaperSolid.md

847 B

title description image
wallPaperSolid Wall paper solid https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: wallPaperSolid

Back to constructors index

Wall paper solid

Attributes:

Name Type Required Description
id int Yes ID
title string Yes Title
bg_color int Yes Bg color
color int Yes Color

Type: WallPaper

Example:

$wallPaperSolid = ['_' => 'wallPaperSolid', 'id' => int, 'title' => 'string', 'bg_color' => int, 'color' => int];

Or, if you're into Lua:

wallPaperSolid={_='wallPaperSolid', id=int, title='string', bg_color=int, color=int}