37 lines
539 B
Markdown
37 lines
539 B
Markdown
|
---
|
||
|
title: messageChatDeletePhoto
|
||
|
description: Chat photo deleted
|
||
|
---
|
||
|
## Constructor: messageChatDeletePhoto
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Chat photo deleted
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageContent](../types/MessageContent.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageChatDeletePhoto = ['_' => 'messageChatDeletePhoto', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageChatDeletePhoto={_='messageChatDeletePhoto', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|