34 lines
425 B
Markdown
34 lines
425 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'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
chatPhotoEmpty={_='chatPhotoEmpty'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|