MadelineProto/docs/TD_docs/constructors/messagePhoto.md

24 lines
451 B
Markdown
Raw Normal View History

---
title: messagePhoto
description: Photo message
---
## Constructor: messagePhoto
[Back to constructors index](index.md)
Photo message
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|photo|[photo](../constructors/photo.md) | Yes|Message content|
|caption|[string](../types/string.md) | Yes|Photo caption|
### Type: [MessageContent](../types/MessageContent.md)