MadelineProtoDocs/docs/API_docs/constructors/chatPhotoEmpty.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
520 B
Markdown

---
title: chatPhotoEmpty
description: Empty chat photo
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatPhotoEmpty
[Back to constructors index](index.md)
Empty chat photo
### Type: [ChatPhoto](../types/ChatPhoto.md)
### Example:
```php
$chatPhotoEmpty = ['_' => 'chatPhotoEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "chatPhotoEmpty"}
```
Or, if you're into Lua:
```lua
chatPhotoEmpty={_='chatPhotoEmpty'}
```