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