1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 17:47:21 +01:00
MadelineProto/docs/API_docs/constructors/messageMediaPhoto.md
2016-12-20 13:32:11 +01:00

26 lines
532 B
Markdown

---
title: messageMediaPhoto
description: messageMediaPhoto attributes, type and example
---
## Constructor: messageMediaPhoto
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|photo|[Photo](../types/Photo.md) | Required|
|caption|[string](../types/string.md) | Required|
### Type: [MessageMedia](../types/MessageMedia.md)
### Example:
```
$messageMediaPhoto = ['_' => messageMediaPhoto', 'photo' => Photo, 'caption' => string, ];
```