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