1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/old_docs/API_docs_v73/constructors/inputChatPhotoEmpty.md

38 lines
503 B
Markdown
Raw Normal View History

---
title: inputChatPhotoEmpty
description: inputChatPhotoEmpty attributes, type and example
---
## Constructor: inputChatPhotoEmpty
[Back to constructors index](index.md)
### Type: [InputChatPhoto](../types/InputChatPhoto.md)
### Example:
```
$inputChatPhotoEmpty = ['_' => 'inputChatPhotoEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputChatPhotoEmpty"}
```
Or, if you're into Lua:
```
inputChatPhotoEmpty={_='inputChatPhotoEmpty'}
```