40 lines
658 B
Markdown
40 lines
658 B
Markdown
---
|
|
title: messageActionChatDeletePhoto
|
|
description: Message action chat delete photo
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: messageActionChatDeletePhoto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Message action chat delete photo
|
|
|
|
|
|
|
|
|
|
### Type: [MessageAction](../types/MessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$messageActionChatDeletePhoto = ['_' => 'messageActionChatDeletePhoto'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "messageActionChatDeletePhoto"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
messageActionChatDeletePhoto={_='messageActionChatDeletePhoto'}
|
|
|
|
```
|
|
|
|
|