34 lines
549 B
Markdown
34 lines
549 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'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
messageActionChatDeletePhoto={_='messageActionChatDeletePhoto'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|