mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 08:27:45 +01:00
22 lines
362 B
Markdown
22 lines
362 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', ];
|
||
|
```
|
||
|
|