MadelineProto/docs/API_docs/constructors/messageActionChatEditPhoto.md
2016-12-20 13:15:22 +01:00

24 lines
439 B
Markdown

---
title: messageActionChatEditPhoto
---
## Constructor: messageActionChatEditPhoto
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|photo|[Photo](../types/Photo.md) | Required|
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionChatEditPhoto = ['_' => messageActionChatEditPhoto', 'photo' => Photo, ];
```