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, ];
```