31 lines
467 B
Markdown
31 lines
467 B
Markdown
|
---
|
||
|
title: messageActionChatDeletePhoto
|
||
|
description: messageActionChatDeletePhoto attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageActionChatDeletePhoto
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageAction](../types/MessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageActionChatDeletePhoto = ['_' => 'messageActionChatDeletePhoto', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageActionChatDeletePhoto={_='messageActionChatDeletePhoto', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|