MadelineProtoDocs/old_docs/API_docs_v5/constructors/photoEmpty.md

636 B

title description image
photoEmpty Empty constructor, non-existent photo https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: photoEmpty

Back to constructors index

Empty constructor, non-existent photo

Attributes:

Name Type Required Description
id long Yes Photo identifier

Type: Photo

Example:

$photoEmpty = ['_' => 'photoEmpty', 'id' => long];

Or, if you're into Lua:

photoEmpty={_='photoEmpty', id=long}