38 lines
573 B
Markdown
38 lines
573 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'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "messageActionChatDeletePhoto"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageActionChatDeletePhoto={_='messageActionChatDeletePhoto'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|