1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 05:47:20 +01:00
MadelineProto/docs/API_docs/constructors/messageActionChatEditPhoto.md
2016-12-20 13:32:11 +01:00

25 lines
508 B
Markdown

---
title: messageActionChatEditPhoto
description: messageActionChatEditPhoto attributes, type and example
---
## 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, ];
```