636 B
636 B
title | description | image |
---|---|---|
photoEmpty | Empty constructor, non-existent photo | 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];
Or, if you're into Lua:
photoEmpty={_='photoEmpty', id=long}