1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 14:07:23 +01:00
MadelineProto/docs/API_docs/constructors/messageActionChatEditPhoto.md

17 lines
319 B
Markdown

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