MadelineProto/old_docs/API_docs_v40/constructors/messageActionChatEditPhoto.md

36 lines
622 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) | Yes|
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionChatEditPhoto = ['_' => 'messageActionChatEditPhoto', 'photo' => Photo, ];
```
Or, if you're into Lua:
```
messageActionChatEditPhoto={_='messageActionChatEditPhoto', photo=Photo, }
```