MadelineProto/old_docs/API_docs_v42/constructors/chatPhotoEmpty.md

35 lines
458 B
Markdown
Raw Normal View History

---
title: chatPhotoEmpty
description: chatPhotoEmpty attributes, type and example
---
## Constructor: chatPhotoEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [ChatPhoto](../types/ChatPhoto.md)
### Example:
```
$chatPhotoEmpty = ['_' => 'chatPhotoEmpty', ];
```
Or, if you're into Lua:
```
chatPhotoEmpty={_='chatPhotoEmpty', }
```