MadelineProto/old_docs/API_docs_v44/constructors/messageActionChatDeletePhoto.md

35 lines
564 B
Markdown
Raw Normal View History

---
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', }
```