1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-19 08:51:55 +01:00
MadelineProto/docs/API_docs/constructors/messageActionChatEditPhoto.md

18 lines
356 B
Markdown
Raw Normal View History

## Constructor: messageActionChatEditPhoto
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|photo|[Photo](../types/Photo.md) | Required|
2016-12-19 20:56:05 +03:00
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
2016-12-19 19:48:27 +03:00
$messageActionChatEditPhoto = ['_' => messageActionChatEditPhoto', 'photo' => Photo, ];
```