---
title: chatPhotoEmpty
description: Group photo is not set.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatPhotoEmpty  
[Back to constructors index](index.md)



Group photo is not set.




### Type: [ChatPhoto](../types/ChatPhoto.md)


### Example:

```php
$chatPhotoEmpty = ['_' => 'chatPhotoEmpty'];
```  


Or, if you're into Lua:

```lua
chatPhotoEmpty={_='chatPhotoEmpty'}

```