24 lines
451 B
Markdown
24 lines
451 B
Markdown
---
|
|
title: messagePhoto
|
|
description: Photo message
|
|
---
|
|
## 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)
|
|
|
|
|