mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
620 B
620 B
title | description | nav_exclude | image |
---|---|---|---|
photoEmpty | Empty constructor, non-existent photo | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: photoEmpty
Empty constructor, non-existent photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Photo identifier |
Type: Photo
Example:
$photoEmpty = ['_' => 'photoEmpty', 'id' => long];