MadelineProtoDocs/docs/TD_docs/constructors/messagePhoto.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
524 B
Markdown

---
title: messagePhoto
description: Photo message
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messagePhoto
[Back to constructors index](index.md)
Photo message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|photo|[photo](../constructors/photo.md) | Yes|Message content|
|caption|[string](../types/string.md) | Yes|Photo caption|
### Type: [MessageContent](../types/MessageContent.md)